-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathjnaexample_NativeClient_Setup.h
44 lines (39 loc) · 1.12 KB
/
jnaexample_NativeClient_Setup.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jnaexample_NativeClient_Setup */
#ifndef _Included_jnaexample_NativeClient_Setup
#define _Included_jnaexample_NativeClient_Setup
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jnaexample_NativeClient_Setup
* Method: init
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_ca_weblite_objc_RuntimeUtils_init
(JNIEnv *, jclass);
/*
* Class: jnaexample_NativeClient_Setup
* Method: createProxy
* Signature: (Ljnaexample/NativeClient;)J
*/
JNIEXPORT jlong JNICALL Java_ca_weblite_objc_RuntimeUtils_createProxy
(JNIEnv *, jclass, jobject);
/*
* Class: jnaexample_NativeClient_Setup
* Method: getJavaPeer
* Signature: (Ljnaexample/NativeClient;)J
*/
JNIEXPORT jobject JNICALL Java_ca_weblite_objc_RuntimeUtils_getJavaPeer
(JNIEnv *, jclass, jlong);
JNIEXPORT void JNICALL Java_ca_weblite_objc_RuntimeUtils_setDebugMode
(JNIEnv *, jclass, jboolean);
/*
JNIEXPORT jobject JNICALL Java_ca_weblite_objc_RuntimeUtils_invokeWithSelfAndTarget
(JNIEnv *, jclass, jlong, jlong, jlong);
*/
#ifdef __cplusplus
}
#endif
#endif