summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/HTMLDirectoryElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/HTMLDirectoryElement.h')
-rw-r--r--kdejava/koala/kdejava/HTMLDirectoryElement.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/kdejava/koala/kdejava/HTMLDirectoryElement.h b/kdejava/koala/kdejava/HTMLDirectoryElement.h
new file mode 100644
index 00000000..c4e02ba3
--- /dev/null
+++ b/kdejava/koala/kdejava/HTMLDirectoryElement.h
@@ -0,0 +1,23 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+
+#ifndef __org_kde_koala_HTMLDirectoryElement__
+#define __org_kde_koala_HTMLDirectoryElement__
+
+#include <jni.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+extern JNIEXPORT void JNICALL Java_org_kde_koala_HTMLDirectoryElement_newHTMLDirectoryElement__ (JNIEnv *env, jobject);
+extern JNIEXPORT void JNICALL Java_org_kde_koala_HTMLDirectoryElement_newHTMLDirectoryElement__Lorg_kde_koala_HTMLDirectoryElement_2 (JNIEnv *env, jobject, jobject);
+extern JNIEXPORT void JNICALL Java_org_kde_koala_HTMLDirectoryElement_newHTMLDirectoryElement__Lorg_kde_koala_Node_2 (JNIEnv *env, jobject, jobject);
+extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_HTMLDirectoryElement_compact (JNIEnv *env, jobject);
+extern JNIEXPORT void JNICALL Java_org_kde_koala_HTMLDirectoryElement_setCompact (JNIEnv *env, jobject, jboolean);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __org_kde_koala_HTMLDirectoryElement__ */