Mozilla/mozilla/java/webclient/src_moz/NavigationImpl.h
ashuk%eng.sun.com dbbd9a87d7 a=edburns
r=edburns
author=ashuk
bug=28407

New native code for spec-compliant impl ported to solaris -- Ashu K.


git-svn-id: svn://10.0.0.236/trunk@62342 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 22:33:38 +00:00

38 lines
1.1 KiB
C
Executable File

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_mozilla_webclient_wrapper_0005fnative_NavigationImpl */
#ifndef _Included_org_mozilla_webclient_wrapper_0005fnative_NavigationImpl
#define _Included_org_mozilla_webclient_wrapper_0005fnative_NavigationImpl
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_NavigationImpl
* Method: nativeLoadURL
* Signature: (ILjava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NavigationImpl_nativeLoadURL
(JNIEnv *, jobject, jint, jstring);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_NavigationImpl
* Method: nativeRefresh
* Signature: (IJ)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NavigationImpl_nativeRefresh
(JNIEnv *, jobject, jint, jlong);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_NavigationImpl
* Method: nativeStop
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NavigationImpl_nativeStop
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif