summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/tdejava/KRegExpEditorInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdejava/koala/tdejava/KRegExpEditorInterface.h')
-rw-r--r--tdejava/koala/tdejava/KRegExpEditorInterface.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/tdejava/koala/tdejava/KRegExpEditorInterface.h b/tdejava/koala/tdejava/KRegExpEditorInterface.h
new file mode 100644
index 00000000..ac8919d9
--- /dev/null
+++ b/tdejava/koala/tdejava/KRegExpEditorInterface.h
@@ -0,0 +1,23 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+
+#ifndef __org_trinitydesktop_koala_KRegExpEditorInterface__
+#define __org_trinitydesktop_koala_KRegExpEditorInterface__
+
+#include <jni.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KRegExpEditorInterface_regExp (JNIEnv *env, jobject);
+extern JNIEXPORT void JNICALL Java_org_trinitydesktop_koala_KRegExpEditorInterface_setRegExp (JNIEnv *env, jobject, jstring);
+extern JNIEXPORT void JNICALL Java_org_trinitydesktop_koala_KRegExpEditorInterface_redo (JNIEnv *env, jobject);
+extern JNIEXPORT void JNICALL Java_org_trinitydesktop_koala_KRegExpEditorInterface_undo (JNIEnv *env, jobject);
+extern JNIEXPORT void JNICALL Java_org_trinitydesktop_koala_KRegExpEditorInterface_setMatchText (JNIEnv *env, jobject, jstring);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __org_trinitydesktop_koala_KRegExpEditorInterface__ */