gecko-dev/java/dom/jni/org_mozilla_dom_TextImpl.h

23 строки
483 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_mozilla_dom_TextImpl */
#ifndef _Included_org_mozilla_dom_TextImpl
#define _Included_org_mozilla_dom_TextImpl
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_mozilla_dom_TextImpl
* Method: splitText
* Signature: (I)Lorg/w3c/dom/Text;
*/
JNIEXPORT jobject JNICALL Java_org_mozilla_dom_TextImpl_splitText
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif