ignore.go.golden 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // Code generated by gobind. DO NOT EDIT.
  2. // Package main is an autogenerated binder stub for package ignore.
  3. //
  4. // autogenerated by gobind -lang=go ignore
  5. package main
  6. /*
  7. #include <stdlib.h>
  8. #include <stdint.h>
  9. #include "seq.h"
  10. #include "ignore.h"
  11. */
  12. import "C"
  13. import (
  14. _seq "golang.org/x/mobile/bind/seq"
  15. "ignore"
  16. )
  17. // suppress the error if seq ends up unused
  18. var _ = _seq.FromRefNum
  19. // skipped field S.F with unsupported type: interface{}
  20. // skipped method S.Argument with unsupported parameter or return types
  21. // skipped method S.Result with unsupported parameter or return types
  22. //export new_ignore_S
  23. func new_ignore_S() C.int32_t {
  24. return C.int32_t(_seq.ToRefNum(new(ignore.S)))
  25. }
  26. // skipped method I.Argument with unsupported parameter or return types
  27. // skipped method I.Result with unsupported parameter or return types
  28. type proxyignore_I _seq.Ref
  29. func (p *proxyignore_I) Bind_proxy_refnum__() int32 {
  30. return (*_seq.Ref)(p).Bind_IncNum()
  31. }
  32. // skipped method I.Argument with unsupported parameter or result types
  33. // skipped method I.Result with unsupported parameter or result types
  34. // skipped variable C128 with unsupported type complex128
  35. // skipped variable C64 with unsupported type complex64
  36. // skipped variable Uint with unsupported type uint
  37. // skipped variable Uint32 with unsupported type uint32
  38. // skipped variable Uint64 with unsupported type uint64
  39. // skipped variable V with unsupported type interface{}
  40. // skipped variable Var with unsupported type interface{}
  41. // skipped function Argument with unsupported parameter or result types
  42. // skipped function Result with unsupported parameter or result types