2
0
mirror of synced 2025-02-23 14:58:12 +00:00
mobile/bind/testdata/structs.java.h.golden
Elias Naur 0879aa9afa bind: support types with the same title name as their packages
If a Go struct or interface has the same name as its package class,
append an underscore to the generated Java class name.

Fixes golang/go#23327.

Change-Id: Ib680af35c956801073a0effb510a3ed9bbb8b9d1
Reviewed-on: https://go-review.googlesource.com/87656
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2018-01-17 09:45:22 +00:00

23 lines
586 B
Plaintext

// JNI function headers for the Go <=> Java bridge.
// gobind -lang=java structs
//
// File is generated by gobind. Do not edit.
#ifndef __Structs_H__
#define __Structs_H__
#include <jni.h>
extern jclass proxy_class_structs_I;
extern jmethodID proxy_class_structs_I_cons;
void cproxystructs_I_M(int32_t refnum);
extern jclass proxy_class_structs_S;
extern jmethodID proxy_class_structs_S_cons;
extern jclass proxy_class_structs_S2;
extern jmethodID proxy_class_structs_S2_cons;
extern jclass proxy_class_structs_Structs;
extern jmethodID proxy_class_structs_Structs_cons;
#endif