You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
935 B
40 lines
935 B
# This library should only export C linkage definitions. |
|
# |
|
# VERSION string that follows is derived from <library_name>_<version>. |
|
LIBNATIVEHELPER_1 { |
|
global: |
|
JNI_GetDefaultJavaVMInitArgs; |
|
JNI_CreateJavaVM; |
|
JNI_GetCreatedJavaVMs; |
|
|
|
jniRegisterNativeMethods; |
|
jniThrowException; |
|
jniThrowExceptionFmt; |
|
jniThrowNullPointerException; |
|
jniThrowRuntimeException; |
|
jniThrowIOException; |
|
jniStrError; |
|
jniCreateFileDescriptor; |
|
jniGetFDFromFileDescriptor; |
|
jniSetFileDescriptorOfFD; |
|
jniGetOwnerIdFromFileDescriptor; |
|
jniGetNioBufferBaseArray; |
|
jniGetNioBufferBaseArrayOffset; |
|
jniGetNioBufferPointer; |
|
jniGetNioBufferFields; |
|
jniGetReferent; |
|
jniCreateString; |
|
jniLogException; |
|
jniUninitializeConstants; |
|
|
|
JniInvocationCreate; |
|
JniInvocationDestroy; |
|
JniInvocationInit; |
|
JniInvocationGetLibrary; |
|
|
|
newStringArray; |
|
toStringArray; |
|
|
|
local: |
|
*; |
|
};
|
|
|