github.com/F4RD1N/gomobile@v1.0.1/bind/testdata/try.java.c.golden (about) 1 // Code generated by gobind. DO NOT EDIT. 2 3 // JNI functions for the Go <=> Java bridge. 4 // 5 // autogenerated by gobind -lang=java try 6 7 #include <android/log.h> 8 #include <stdint.h> 9 #include "seq.h" 10 #include "_cgo_export.h" 11 #include "try.h" 12 13 14 JNIEXPORT void JNICALL 15 Java_try_1_Try__1init(JNIEnv *env, jclass _unused) { 16 jclass clazz; 17 } 18 19 JNIEXPORT jstring JNICALL 20 Java_try_1_Try_this_1(JNIEnv* env, jclass _clazz) { 21 nstring r0 = proxytry__This(); 22 jstring _r0 = go_seq_to_java_string(env, r0); 23 return _r0; 24 } 25