f911ba985a
From-SVN: r102074
21 lines
552 B
C
21 lines
552 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#ifndef __gnu_xml_libxmlj_dom_GnomeProcessingInstruction__
|
|
#define __gnu_xml_libxmlj_dom_GnomeProcessingInstruction__
|
|
|
|
#include <jni.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeProcessingInstruction_getData (JNIEnv *env, jobject);
|
|
JNIEXPORT void JNICALL Java_gnu_xml_libxmlj_dom_GnomeProcessingInstruction_setData (JNIEnv *env, jobject, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __gnu_xml_libxmlj_dom_GnomeProcessingInstruction__ */
|