2019-10-01 18:24:44 -04:00
|
|
|
// Code generated by gobind. DO NOT EDIT.
|
|
|
|
|
|
2016-02-12 18:50:33 +01:00
|
|
|
// JNI function headers for the Go <=> Java bridge.
|
|
|
|
|
//
|
2019-10-01 18:24:44 -04:00
|
|
|
// autogenerated by gobind -lang=java issue10788
|
2016-02-12 18:50:33 +01:00
|
|
|
|
|
|
|
|
#ifndef __Issue10788_H__
|
|
|
|
|
#define __Issue10788_H__
|
|
|
|
|
|
|
|
|
|
#include <jni.h>
|
|
|
|
|
|
2016-03-11 11:52:33 +01:00
|
|
|
extern jclass proxy_class_issue10788_TestInterface;
|
|
|
|
|
extern jmethodID proxy_class_issue10788_TestInterface_cons;
|
|
|
|
|
|
2016-02-12 18:50:33 +01:00
|
|
|
void cproxyissue10788_TestInterface_DoSomeWork(int32_t refnum, int32_t s);
|
|
|
|
|
|
|
|
|
|
void cproxyissue10788_TestInterface_MultipleUnnamedParams(int32_t refnum, nint p0, nstring p1, int64_t p2);
|
|
|
|
|
|
2016-03-11 11:52:33 +01:00
|
|
|
extern jclass proxy_class_issue10788_TestStruct;
|
|
|
|
|
extern jmethodID proxy_class_issue10788_TestStruct_cons;
|
2016-02-12 18:50:33 +01:00
|
|
|
#endif
|