2018-03-07 21:51:37 +00:00
|
|
|
// Package main is an autogenerated binder stub for package ignore.
|
2016-03-13 14:15:56 +00:00
|
|
|
// gobind -lang=go ignore
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
2018-03-07 21:51:37 +00:00
|
|
|
package main
|
2016-03-13 14:15:56 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "seq.h"
|
|
|
|
#include "ignore.h"
|
|
|
|
|
|
|
|
*/
|
|
|
|
import "C"
|
|
|
|
|
|
|
|
import (
|
|
|
|
_seq "golang.org/x/mobile/bind/seq"
|
2016-09-16 17:19:01 +00:00
|
|
|
"ignore"
|
2016-03-13 14:15:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// suppress the error if seq ends up unused
|
|
|
|
var _ = _seq.FromRefNum
|
|
|
|
|
2018-04-08 10:49:39 +00:00
|
|
|
// skipped field S.F with unsupported type: interface{}
|
2016-03-13 14:15:56 +00:00
|
|
|
|
|
|
|
// skipped method S.Argument with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped method S.Result with unsupported parameter or return types
|
|
|
|
|
2016-09-16 17:19:01 +00:00
|
|
|
//export new_ignore_S
|
|
|
|
func new_ignore_S() C.int32_t {
|
|
|
|
return C.int32_t(_seq.ToRefNum(new(ignore.S)))
|
|
|
|
}
|
|
|
|
|
2016-03-13 14:15:56 +00:00
|
|
|
// skipped method I.Argument with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped method I.Result with unsupported parameter or return types
|
|
|
|
|
|
|
|
type proxyignore_I _seq.Ref
|
|
|
|
|
2016-03-30 06:35:59 +00:00
|
|
|
func (p *proxyignore_I) Bind_proxy_refnum__() int32 { return (*_seq.Ref)(p).Bind_IncNum() }
|
2016-03-13 14:15:56 +00:00
|
|
|
|
|
|
|
// skipped method I.Argument with unsupported parameter or result types
|
|
|
|
// skipped method I.Result with unsupported parameter or result types
|
2018-04-08 10:49:39 +00:00
|
|
|
// skipped variable C128 with unsupported type complex128
|
2016-03-13 14:15:56 +00:00
|
|
|
|
2018-04-08 10:49:39 +00:00
|
|
|
// skipped variable C64 with unsupported type complex64
|
|
|
|
|
|
|
|
// skipped variable Uint with unsupported type uint
|
|
|
|
|
|
|
|
// skipped variable Uint32 with unsupported type uint32
|
|
|
|
|
|
|
|
// skipped variable Uint64 with unsupported type uint64
|
|
|
|
|
|
|
|
// skipped variable V with unsupported type interface{}
|
|
|
|
|
|
|
|
// skipped variable Var with unsupported type interface{}
|
2016-03-13 14:15:56 +00:00
|
|
|
|
|
|
|
// skipped function Argument with unsupported parameter or result types
|
|
|
|
// skipped function Result with unsupported parameter or result types
|