Adding upstream version 0.0~git20250520.a1d9079+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
590ac7ff5f
commit
20149b7f3a
456 changed files with 70406 additions and 0 deletions
93
bind/testdata/objc.go.golden
vendored
Normal file
93
bind/testdata/objc.go.golden
vendored
Normal file
|
@ -0,0 +1,93 @@
|
|||
// Code generated by gobind. DO NOT EDIT.
|
||||
|
||||
package ObjC
|
||||
|
||||
// Used to silence this package not used errors
|
||||
const Dummy = 0
|
||||
|
||||
type Foundation_NSString interface {
|
||||
}
|
||||
|
||||
type Foundation_NSDate interface {
|
||||
}
|
||||
|
||||
type Foundation_NSObjectC interface {
|
||||
}
|
||||
// Code generated by gobind. DO NOT EDIT.
|
||||
|
||||
package main
|
||||
|
||||
// #include "interfaces.h"
|
||||
import "C"
|
||||
|
||||
import "ObjC"
|
||||
import _seq "golang.org/x/mobile/bind/seq"
|
||||
|
||||
type proxy interface{ Bind_proxy_refnum__() int32 }
|
||||
|
||||
// Suppress unused package error
|
||||
|
||||
var _ = _seq.FromRefNum
|
||||
|
||||
const _ = ObjC.Dummy
|
||||
|
||||
func init() {
|
||||
}
|
||||
|
||||
type proxy_class_NSString _seq.Ref
|
||||
|
||||
func (p *proxy_class_NSString) Bind_proxy_refnum__() int32 { return (*_seq.Ref)(p).Bind_IncNum() }
|
||||
|
||||
func init() {
|
||||
}
|
||||
|
||||
type proxy_class_NSDate _seq.Ref
|
||||
|
||||
func (p *proxy_class_NSDate) Bind_proxy_refnum__() int32 { return (*_seq.Ref)(p).Bind_IncNum() }
|
||||
|
||||
func init() {
|
||||
}
|
||||
|
||||
type proxy_class_NSObjectC _seq.Ref
|
||||
|
||||
func (p *proxy_class_NSObjectC) Bind_proxy_refnum__() int32 { return (*_seq.Ref)(p).Bind_IncNum() }
|
||||
// Code generated by gobind. DO NOT EDIT.
|
||||
|
||||
// Package main is an autogenerated binder stub for package objc.
|
||||
//
|
||||
// autogenerated by gobind -lang=go objc
|
||||
package main
|
||||
|
||||
/*
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include "seq.h"
|
||||
#include "objc.h"
|
||||
|
||||
*/
|
||||
import "C"
|
||||
|
||||
import (
|
||||
_seq "golang.org/x/mobile/bind/seq"
|
||||
)
|
||||
|
||||
// suppress the error if seq ends up unused
|
||||
var _ = _seq.FromRefNum
|
||||
|
||||
type proxyobjc_D _seq.Ref
|
||||
|
||||
func (p *proxyobjc_D) Bind_proxy_refnum__() int32 {
|
||||
return (*_seq.Ref)(p).Bind_IncNum()
|
||||
}
|
||||
|
||||
type proxyobjc_O _seq.Ref
|
||||
|
||||
func (p *proxyobjc_O) Bind_proxy_refnum__() int32 {
|
||||
return (*_seq.Ref)(p).Bind_IncNum()
|
||||
}
|
||||
|
||||
type proxyobjc_S _seq.Ref
|
||||
|
||||
func (p *proxyobjc_S) Bind_proxy_refnum__() int32 {
|
||||
return (*_seq.Ref)(p).Bind_IncNum()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue