github.com/F4RD1N/gomobile@v1.0.1/bind/testdata/ignore.go.golden (about) 1 // Code generated by gobind. DO NOT EDIT. 2 3 // Package main is an autogenerated binder stub for package ignore. 4 // 5 // autogenerated by gobind -lang=go ignore 6 package main 7 8 /* 9 #include <stdlib.h> 10 #include <stdint.h> 11 #include "seq.h" 12 #include "ignore.h" 13 14 */ 15 import "C" 16 17 import ( 18 _seq "github.com/F4RD1N/gomobile/bind/seq" 19 "ignore" 20 ) 21 22 // suppress the error if seq ends up unused 23 var _ = _seq.FromRefNum 24 25 // skipped field S.F with unsupported type: interface{} 26 27 // skipped method S.Argument with unsupported parameter or return types 28 29 // skipped method S.Result with unsupported parameter or return types 30 31 //export new_ignore_S 32 func new_ignore_S() C.int32_t { 33 return C.int32_t(_seq.ToRefNum(new(ignore.S))) 34 } 35 36 // skipped method I.Argument with unsupported parameter or return types 37 38 // skipped method I.Result with unsupported parameter or return types 39 40 type proxyignore_I _seq.Ref 41 42 func (p *proxyignore_I) Bind_proxy_refnum__() int32 { 43 return (*_seq.Ref)(p).Bind_IncNum() 44 } 45 46 // skipped method I.Argument with unsupported parameter or result types 47 // skipped method I.Result with unsupported parameter or result types 48 // skipped variable C128 with unsupported type complex128 49 50 // skipped variable C64 with unsupported type complex64 51 52 // skipped variable Uint with unsupported type uint 53 54 // skipped variable Uint32 with unsupported type uint32 55 56 // skipped variable Uint64 with unsupported type uint64 57 58 // skipped variable V with unsupported type interface{} 59 60 // skipped variable Var with unsupported type interface{} 61 62 // skipped function Argument with unsupported parameter or result types 63 // skipped function Result with unsupported parameter or result types