-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathCefApp.h
105 lines (94 loc) · 2.84 KB
/
CefApp.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_cef_CefApp */
#ifndef _Included_org_cef_CefApp
#define _Included_org_cef_CefApp
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_cef_CefApp
* Method: N_Startup
* Signature: (Ljava/lang/String;)Z
*/
JNIEXPORT jboolean JNICALL Java_org_cef_CefApp_N_1Startup(JNIEnv*,
jclass,
jstring);
/*
* Class: org_cef_CefApp
* Method: N_PreInitialize
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_org_cef_CefApp_N_1PreInitialize(JNIEnv*,
jobject);
/*
* Class: org_cef_CefApp
* Method: N_Initialize
* Signature: (Lorg/cef/handler/CefAppHandler;Lorg/cef/CefSettings;)Z
*/
JNIEXPORT jboolean JNICALL Java_org_cef_CefApp_N_1Initialize(JNIEnv*,
jobject,
jobject,
jobject);
/*
* Class: org_cef_CefApp
* Method: N_Shutdown
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_cef_CefApp_N_1Shutdown(JNIEnv*, jobject);
/*
* Class: org_cef_CefApp
* Method: N_DoMessageLoopWork
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_cef_CefApp_N_1DoMessageLoopWork(JNIEnv*,
jobject);
/*
* Class: org_cef_CefApp
* Method: N_GetVersion
* Signature: ()Lorg/cef/CefApp/CefVersion;
*/
JNIEXPORT jobject JNICALL Java_org_cef_CefApp_N_1GetVersion(JNIEnv*, jobject);
/*
* Class: org_cef_CefApp
* Method: N_RegisterSchemeHandlerFactory
* Signature:
* (Ljava/lang/String;Ljava/lang/String;Lorg/cef/callback/CefSchemeHandlerFactory;)Z
*/
JNIEXPORT jboolean JNICALL
Java_org_cef_CefApp_N_1RegisterSchemeHandlerFactory(JNIEnv*,
jobject,
jstring,
jstring,
jobject);
/*
* Class: org_cef_CefApp
* Method: N_ClearSchemeHandlerFactories
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL
Java_org_cef_CefApp_N_1ClearSchemeHandlerFactories(JNIEnv*, jobject);
#ifdef __cplusplus
}
#endif
#endif
/* Header for class org_cef_CefApp_CefAppState */
#ifndef _Included_org_cef_CefApp_CefAppState
#define _Included_org_cef_CefApp_CefAppState
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
/* Header for class org_cef_CefApp_CefVersion */
#ifndef _Included_org_cef_CefApp_CefVersion
#define _Included_org_cef_CefApp_CefVersion
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif