summaryrefslogtreecommitdiff
path: root/bindings/java-jni/jni/org_crosswire_android_sword_InstallMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/java-jni/jni/org_crosswire_android_sword_InstallMgr.h')
-rw-r--r--bindings/java-jni/jni/org_crosswire_android_sword_InstallMgr.h85
1 files changed, 85 insertions, 0 deletions
diff --git a/bindings/java-jni/jni/org_crosswire_android_sword_InstallMgr.h b/bindings/java-jni/jni/org_crosswire_android_sword_InstallMgr.h
new file mode 100644
index 0000000..b80243b
--- /dev/null
+++ b/bindings/java-jni/jni/org_crosswire_android_sword_InstallMgr.h
@@ -0,0 +1,85 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class org_crosswire_android_sword_InstallMgr */
+
+#ifndef _Included_org_crosswire_android_sword_InstallMgr
+#define _Included_org_crosswire_android_sword_InstallMgr
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: reInit
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_crosswire_android_sword_InstallMgr_reInit
+ (JNIEnv *, jobject);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: setUserDisclaimerConfirmed
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_crosswire_android_sword_InstallMgr_setUserDisclaimerConfirmed
+ (JNIEnv *, jobject);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: syncConfig
+ * Signature: ()I
+ */
+JNIEXPORT jint JNICALL Java_org_crosswire_android_sword_InstallMgr_syncConfig
+ (JNIEnv *, jobject);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: uninstallModule
+ * Signature: (Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_crosswire_android_sword_InstallMgr_uninstallModule
+ (JNIEnv *, jobject, jstring);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: getRemoteSources
+ * Signature: ()[Ljava/lang/String;
+ */
+JNIEXPORT jobjectArray JNICALL Java_org_crosswire_android_sword_InstallMgr_getRemoteSources
+ (JNIEnv *, jobject);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: refreshRemoteSource
+ * Signature: (Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_crosswire_android_sword_InstallMgr_refreshRemoteSource
+ (JNIEnv *, jobject, jstring);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: getRemoteModInfoList
+ * Signature: (Ljava/lang/String;)[Lorg/crosswire/android/sword/SWMgr/ModInfo;
+ */
+JNIEXPORT jobjectArray JNICALL Java_org_crosswire_android_sword_InstallMgr_getRemoteModInfoList
+ (JNIEnv *, jobject, jstring);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: remoteInstallModule
+ * Signature: (Ljava/lang/String;Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_crosswire_android_sword_InstallMgr_remoteInstallModule
+ (JNIEnv *, jobject, jstring, jstring);
+
+/*
+ * Class: org_crosswire_android_sword_InstallMgr
+ * Method: getRemoteModuleByName
+ * Signature: (Ljava/lang/String;Ljava/lang/String;)Lorg/crosswire/android/sword/SWModule;
+ */
+JNIEXPORT jobject JNICALL Java_org_crosswire_android_sword_InstallMgr_getRemoteModuleByName
+ (JNIEnv *, jobject, jstring, jstring);
+
+#ifdef __cplusplus
+}
+#endif
+#endif