-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorg_libdivecomputer_Context.h
More file actions
45 lines (40 loc) · 1.05 KB
/
org_libdivecomputer_Context.h
File metadata and controls
45 lines (40 loc) · 1.05 KB
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
45
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_libdivecomputer_Context */
#ifndef _Included_org_libdivecomputer_Context
#define _Included_org_libdivecomputer_Context
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_libdivecomputer_Context
* Method: New
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_org_libdivecomputer_Context_New
(JNIEnv *, jobject);
/*
* Class: org_libdivecomputer_Context
* Method: Free
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Context_Free
(JNIEnv *, jobject, jlong);
/*
* Class: org_libdivecomputer_Context
* Method: SetLogLevel
* Signature: (JI)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Context_SetLogLevel
(JNIEnv *, jobject, jlong, jint);
/*
* Class: org_libdivecomputer_Context
* Method: SetLogFunc
* Signature: (JLorg/libdivecomputer/Context/LogFunc;)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Context_SetLogFunc
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif