mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
31 lines
707 B
C
31 lines
707 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_mozilla_dom_NotationImpl */
|
|
|
|
#ifndef _Included_org_mozilla_dom_NotationImpl
|
|
#define _Included_org_mozilla_dom_NotationImpl
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_NotationImpl
|
|
* Method: getPublicId
|
|
* Signature: ()Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_NotationImpl_getPublicId
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_NotationImpl
|
|
* Method: getSystemId
|
|
* Signature: ()Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_NotationImpl_getSystemId
|
|
(JNIEnv *, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|