kiwix-android/JNIKiwix.h
2013-04-01 19:15:54 +02:00

30 lines
608 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class JNIKiwix */
#ifndef _Included_JNIKiwix
#define _Included_JNIKiwix
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: JNIKiwix
* Method: nativeLoadZIM
* Signature: ()Ljava/lang/Boolean;
*/
JNIEXPORT jobject JNICALL Java_JNIKiwix_nativeLoadZIM
(JNIEnv *, jobject);
/*
* Class: JNIKiwix
* Method: nativeGetContent
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_JNIKiwix_nativeGetContent
(JNIEnv *, jobject, jstring);
#ifdef __cplusplus
}
#endif
#endif