diff options
Diffstat (limited to 'java/src/jni/h5eImp.h')
-rw-r--r-- | java/src/jni/h5eImp.h | 51 |
1 files changed, 34 insertions, 17 deletions
diff --git a/java/src/jni/h5eImp.h b/java/src/jni/h5eImp.h index c40c013..88bbdc1 100644 --- a/java/src/jni/h5eImp.h +++ b/java/src/jni/h5eImp.h @@ -29,7 +29,8 @@ extern "C" { * Method: H5Eauto_is_v2 * Signature: (J)Z */ -JNIEXPORT jboolean JNICALL Java_hdf_hdf5lib_H5_H5Eauto_1is_1v2 +JNIEXPORT jboolean JNICALL +Java_hdf_hdf5lib_H5_H5Eauto_1is_1v2 (JNIEnv *, jclass, jlong); /* @@ -37,7 +38,8 @@ JNIEXPORT jboolean JNICALL Java_hdf_hdf5lib_H5_H5Eauto_1is_1v2 * Method: H5Eregister_class * Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)J */ -JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Eregister_1class +JNIEXPORT jlong JNICALL +Java_hdf_hdf5lib_H5_H5Eregister_1class (JNIEnv *, jclass, jstring, jstring, jstring); /* @@ -45,7 +47,8 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Eregister_1class * Method: H5Eunregister_class * Signature: (J)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eunregister_1class +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Eunregister_1class (JNIEnv *, jclass, jlong); /* @@ -53,7 +56,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eunregister_1class * Method: H5Eclose_msg * Signature: (J)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eclose_1msg +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Eclose_1msg (JNIEnv *, jclass, jlong); /* @@ -61,7 +65,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eclose_1msg * Method: H5Ecreate_msg * Signature: (JILjava/lang/String;)J */ -JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Ecreate_1msg +JNIEXPORT jlong JNICALL +Java_hdf_hdf5lib_H5_H5Ecreate_1msg (JNIEnv *, jclass, jlong, jint, jstring); /* @@ -69,7 +74,8 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Ecreate_1msg * Method: H5Ecreate_stack * Signature: ()J */ -JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Ecreate_1stack +JNIEXPORT jlong JNICALL +Java_hdf_hdf5lib_H5_H5Ecreate_1stack (JNIEnv *, jclass); /* @@ -77,7 +83,8 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Ecreate_1stack * Method: H5Eget_current_stack * Signature: ()J */ -JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Eget_1current_1stack +JNIEXPORT jlong JNICALL +Java_hdf_hdf5lib_H5_H5Eget_1current_1stack (JNIEnv *, jclass); /* @@ -85,7 +92,8 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Eget_1current_1stack * Method: H5Eclose_stack * Signature: (J)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eclose_1stack +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Eclose_1stack (JNIEnv *, jclass, jlong); /* @@ -93,7 +101,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eclose_1stack * Method: H5Eprint2 * Signature: (JLjava/lang/Object;)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eprint2 +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Eprint2 (JNIEnv *, jclass, jlong, jobject); /* @@ -101,7 +110,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eprint2 * Method: H5Eget_class_name * Signature: (J)Ljava/lang/String; */ -JNIEXPORT jstring JNICALL Java_hdf_hdf5lib_H5_H5Eget_1class_1name +JNIEXPORT jstring JNICALL +Java_hdf_hdf5lib_H5_H5Eget_1class_1name (JNIEnv *, jclass, jlong); /* @@ -109,7 +119,8 @@ JNIEXPORT jstring JNICALL Java_hdf_hdf5lib_H5_H5Eget_1class_1name * Method: H5Eset_current_stack * Signature: (J)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eset_1current_1stack +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Eset_1current_1stack (JNIEnv *, jclass, jlong); /* @@ -117,7 +128,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eset_1current_1stack * Method: H5Epop * Signature: (JJ)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Epop +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Epop (JNIEnv *, jclass, jlong, jlong); /* @@ -125,7 +137,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Epop * Method: H5Epush2 * Signature: (JLjava/lang/String;Ljava/lang/String;IJJJLjava/lang/String;)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Epush2 +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Epush2 (JNIEnv *, jclass, jlong, jstring, jstring, jint, jlong, jlong, jlong, jstring); /* @@ -133,7 +146,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Epush2 * Method: H5Eclear2 * Signature: (J)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eclear2 +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Eclear2 (JNIEnv *, jclass, jlong); /* @@ -141,7 +155,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Eclear2 * Method: H5Eget_msg * Signature: (J[I)Ljava/lang/String; */ -JNIEXPORT jstring JNICALL Java_hdf_hdf5lib_H5_H5Eget_1msg +JNIEXPORT jstring JNICALL +Java_hdf_hdf5lib_H5_H5Eget_1msg (JNIEnv *, jclass, jlong, jintArray); /* @@ -149,7 +164,8 @@ JNIEXPORT jstring JNICALL Java_hdf_hdf5lib_H5_H5Eget_1msg * Method: H5Eget_num * Signature: (J)J */ -JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Eget_1num +JNIEXPORT jlong JNICALL +Java_hdf_hdf5lib_H5_H5Eget_1num (JNIEnv *, jclass, jlong); /* @@ -157,7 +173,8 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Eget_1num * Method: H5Ewalk2 * Signature: (JJLjava/lang/Object;Ljava/lang/Object;)V */ -JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Ewalk2 +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5Ewalk2 (JNIEnv *, jclass, jlong, jlong, jobject, jobject); #ifdef __cplusplus |