gnu_xml_libxmlj_dom_GnomeXPathExpression.h 667 B

12345678910111213141516171819202122
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. #ifndef __gnu_xml_libxmlj_dom_GnomeXPathExpression__
  4. #define __gnu_xml_libxmlj_dom_GnomeXPathExpression__
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathExpression_init (JNIEnv *env, jobject, jstring);
  10. JNIEXPORT void JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathExpression_free (JNIEnv *env, jobject, jobject);
  11. JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathExpression_doEvaluate (JNIEnv *env, jobject, jobject, jobject, jshort, jobject);
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* __gnu_xml_libxmlj_dom_GnomeXPathExpression__ */