зеркало из https://github.com/mozilla/gecko-dev.git
30 строки
677 B
C
30 строки
677 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_mozilla_dom_DOMAccessorImpl */
|
|
|
|
#ifndef _Included_org_mozilla_dom_DOMAccessorImpl
|
|
#define _Included_org_mozilla_dom_DOMAccessorImpl
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_mozilla_dom_DOMAccessorImpl
|
|
* Method: register
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_dom_DOMAccessorImpl_register
|
|
(JNIEnv *, jclass);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_DOMAccessorImpl
|
|
* Method: unregister
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_dom_DOMAccessorImpl_unregister
|
|
(JNIEnv *, jclass);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|