github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/bind/testdata/issue29559.go.golden (about) 1 // Code generated by gobind. DO NOT EDIT. 2 3 // Package main is an autogenerated binder stub for package issue29559. 4 // 5 // autogenerated by gobind -lang=go issue29559 6 package main 7 8 /* 9 #include <stdlib.h> 10 #include <stdint.h> 11 #include "seq.h" 12 #include "issue29559.h" 13 14 */ 15 import "C" 16 17 import ( 18 _seq "golang.org/x/mobile/bind/seq" 19 "issue29559" 20 ) 21 22 // suppress the error if seq ends up unused 23 var _ = _seq.FromRefNum 24 25 //export proxyissue29559__TakesAString 26 func proxyissue29559__TakesAString(param_s C.nstring) { 27 _param_s := decodeString(param_s) 28 issue29559.TakesAString(_param_s) 29 }