Changeset 16351
- Timestamp:
- 2008-07-11T10:06:17+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indexers/trunk/mgpp/jni/org_greenstone_mgpp_MGPPRetrieveWrapper.h
r14456 r16351 10 10 /* 11 11 * Class: org_greenstone_mgpp_MGPPRetrieveWrapper 12 * Method: initIDs13 * Signature: ()V14 */15 JNIEXPORT void JNICALL Java_org_greenstone_mgpp_MGPPRetrieveWrapper_initIDs16 (JNIEnv *, jclass);17 18 /*19 * Class: org_greenstone_mgpp_MGPPRetrieveWrapper20 * Method: initCppSide21 * Signature: ()Z22 */23 JNIEXPORT jboolean JNICALL Java_org_greenstone_mgpp_MGPPRetrieveWrapper_initCppSide24 (JNIEnv *, jobject);25 26 /*27 * Class: org_greenstone_mgpp_MGPPRetrieveWrapper28 12 * Method: getDocument 29 13 * Signature: (Ljava/lang/String;Ljava/lang/String;J)Ljava/lang/String; … … 32 16 (JNIEnv *, jobject, jstring, jstring, jlong); 33 17 34 /*35 * Class: org_greenstone_mgpp_MGPPRetrieveWrapper36 * Method: loadIndexData37 * Signature: (Ljava/lang/String;)Z38 */39 JNIEXPORT jboolean JNICALL Java_org_greenstone_mgpp_MGPPRetrieveWrapper_loadIndexData40 (JNIEnv *, jobject, jstring);41 42 /*43 * Class: org_greenstone_mgpp_MGPPRetrieveWrapper44 * Method: unloadIndexData45 * Signature: ()Z46 */47 JNIEXPORT jboolean JNICALL Java_org_greenstone_mgpp_MGPPRetrieveWrapper_unloadIndexData48 (JNIEnv *, jobject);49 50 18 #ifdef __cplusplus 51 19 }
Note:
See TracChangeset
for help on using the changeset viewer.