diff options
Diffstat (limited to 'libjava/classpath/include/gnu_xml_libxmlj_dom_GnomeAttr.h')
-rw-r--r-- | libjava/classpath/include/gnu_xml_libxmlj_dom_GnomeAttr.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libjava/classpath/include/gnu_xml_libxmlj_dom_GnomeAttr.h b/libjava/classpath/include/gnu_xml_libxmlj_dom_GnomeAttr.h new file mode 100644 index 000000000..be6bc75fa --- /dev/null +++ b/libjava/classpath/include/gnu_xml_libxmlj_dom_GnomeAttr.h @@ -0,0 +1,22 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ + +#include <jni.h> + +#ifndef __gnu_xml_libxmlj_dom_GnomeAttr__ +#define __gnu_xml_libxmlj_dom_GnomeAttr__ + +#ifdef __cplusplus +extern "C" +{ +#endif + +JNIEXPORT jboolean JNICALL Java_gnu_xml_libxmlj_dom_GnomeAttr_getSpecified (JNIEnv *env, jobject); +JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeAttr_getValue (JNIEnv *env, jobject); +JNIEXPORT void JNICALL Java_gnu_xml_libxmlj_dom_GnomeAttr_setValue (JNIEnv *env, jobject, jstring); +JNIEXPORT jboolean JNICALL Java_gnu_xml_libxmlj_dom_GnomeAttr_xmljIsId (JNIEnv *env, jobject); + +#ifdef __cplusplus +} +#endif + +#endif /* __gnu_xml_libxmlj_dom_GnomeAttr__ */ |