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