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

118 lines
3.8 KiB
C
Executable File

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_mozilla_webclient_wrapper_0005fnative_HistoryImpl */
#ifndef _Included_org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
#define _Included_org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeBack
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeBack
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeCanBack
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeCanBack
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeCanForward
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeCanForward
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeClearHistory
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeClearHistory
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeForward
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeForward
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetBackList
* Signature: (I)[Lorg/mozilla/webclient/HistoryEntry;
*/
JNIEXPORT jobjectArray JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetBackList
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetCurrentHistoryIndex
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetCurrentHistoryIndex
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetForwardList
* Signature: (I)[Lorg/mozilla/webclient/HistoryEntry;
*/
JNIEXPORT jobjectArray JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetForwardList
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetHistory
* Signature: (I)[Lorg/mozilla/webclient/HistoryEntry;
*/
JNIEXPORT jobjectArray JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetHistory
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetHistoryEntry
* Signature: (II)Lorg/mozilla/webclient/HistoryEntry;
*/
JNIEXPORT jobject JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetHistoryEntry
(JNIEnv *, jobject, jint, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetHistoryLength
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetHistoryLength
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeGetURLForIndex
* Signature: (II)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeGetURLForIndex
(JNIEnv *, jobject, jint, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_HistoryImpl
* Method: nativeSetCurrentHistoryIndex
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_HistoryImpl_nativeSetCurrentHistoryIndex
(JNIEnv *, jobject, jint, jint);
#ifdef __cplusplus
}
#endif
#endif