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
25
bind/testdata/try.java.c.golden
vendored
Normal file
25
bind/testdata/try.java.c.golden
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
// Code generated by gobind. DO NOT EDIT.
|
||||
|
||||
// JNI functions for the Go <=> Java bridge.
|
||||
//
|
||||
// autogenerated by gobind -lang=java try
|
||||
|
||||
#include <android/log.h>
|
||||
#include <stdint.h>
|
||||
#include "seq.h"
|
||||
#include "_cgo_export.h"
|
||||
#include "try.h"
|
||||
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_try_1_Try__1init(JNIEnv *env, jclass _unused) {
|
||||
jclass clazz;
|
||||
}
|
||||
|
||||
JNIEXPORT jstring JNICALL
|
||||
Java_try_1_Try_this_1(JNIEnv* env, jclass _clazz) {
|
||||
nstring r0 = proxytry__This();
|
||||
jstring _r0 = go_seq_to_java_string(env, r0);
|
||||
return _r0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue