summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5eImp.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:52:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:52:40 (GMT)
commitf1633a5fe2fa339657716fc557cc93be61fe766f (patch)
treec39cb73d752e703f300e8705189ff737fd72d0bc /java/src/jni/h5eImp.h
parent54316ab54241f1956b5494d6130eb2aeb4a3ace0 (diff)
downloadhdf5-f1633a5fe2fa339657716fc557cc93be61fe766f.zip
hdf5-f1633a5fe2fa339657716fc557cc93be61fe766f.tar.gz
hdf5-f1633a5fe2fa339657716fc557cc93be61fe766f.tar.bz2
[svn-r29873] Java add missing APIs.
Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
Diffstat (limited to 'java/src/jni/h5eImp.h')
-rw-r--r--java/src/jni/h5eImp.h51
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