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
30
bind/testdata/try.go.golden
vendored
Normal file
30
bind/testdata/try.go.golden
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
// Code generated by gobind. DO NOT EDIT.
|
||||
|
||||
// Package main is an autogenerated binder stub for package try.
|
||||
//
|
||||
// autogenerated by gobind -lang=go try
|
||||
package main
|
||||
|
||||
/*
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include "seq.h"
|
||||
#include "try.h"
|
||||
|
||||
*/
|
||||
import "C"
|
||||
|
||||
import (
|
||||
_seq "golang.org/x/mobile/bind/seq"
|
||||
"try"
|
||||
)
|
||||
|
||||
// suppress the error if seq ends up unused
|
||||
var _ = _seq.FromRefNum
|
||||
|
||||
//export proxytry__This
|
||||
func proxytry__This() C.nstring {
|
||||
res_0 := try.This()
|
||||
_res_0 := encodeString(res_0)
|
||||
return _res_0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue