summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/tdejava/KURIFilterPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdejava/koala/tdejava/KURIFilterPlugin.h')
-rw-r--r--tdejava/koala/tdejava/KURIFilterPlugin.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/tdejava/koala/tdejava/KURIFilterPlugin.h b/tdejava/koala/tdejava/KURIFilterPlugin.h
new file mode 100644
index 00000000..34b0a21f
--- /dev/null
+++ b/tdejava/koala/tdejava/KURIFilterPlugin.h
@@ -0,0 +1,25 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+
+#ifndef __org_trinitydesktop_koala_KURIFilterPlugin__
+#define __org_trinitydesktop_koala_KURIFilterPlugin__
+
+#include <jni.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_metaObject (JNIEnv *env, jobject);
+extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_className (JNIEnv *env, jobject);
+extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_name (JNIEnv *env, jobject);
+extern JNIEXPORT jdouble JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_priority (JNIEnv *env, jobject);
+extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_filterURI (JNIEnv *env, jobject, jobject);
+extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_configModule (JNIEnv *env, jobject, jobject, jstring);
+extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KURIFilterPlugin_configName (JNIEnv *env, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __org_trinitydesktop_koala_KURIFilterPlugin__ */