gnu_xml_libxmlj_dom_GnomeNodeList.h 483 B

123456789101112131415161718192021
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. #ifndef __gnu_xml_libxmlj_dom_GnomeNodeList__
  4. #define __gnu_xml_libxmlj_dom_GnomeNodeList__
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNodeList_item (JNIEnv *env, jobject, jint);
  10. JNIEXPORT jint JNICALL Java_gnu_xml_libxmlj_dom_GnomeNodeList_getLength (JNIEnv *env, jobject);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif /* __gnu_xml_libxmlj_dom_GnomeNodeList__ */