summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5rImp.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-18 13:19:13 (GMT)
committerGitHub <noreply@github.com>2022-07-18 13:19:13 (GMT)
commit2c966f1e55da4223c0a1fa08733400851e27bd70 (patch)
tree0d4e518e3a591e6552c5f4d74645e7286dc517e2 /java/src/jni/h5rImp.h
parentf199c866dd3118f38904cb1935197438e662181c (diff)
downloadhdf5-2c966f1e55da4223c0a1fa08733400851e27bd70.zip
hdf5-2c966f1e55da4223c0a1fa08733400851e27bd70.tar.gz
hdf5-2c966f1e55da4223c0a1fa08733400851e27bd70.tar.bz2
1 10 Add utility JNI function for 1.10 style references (#1890)
* Add utility JNI function for 1.10 style references * Clarify text * Correct signature * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'java/src/jni/h5rImp.h')
-rw-r--r--java/src/jni/h5rImp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/src/jni/h5rImp.h b/java/src/jni/h5rImp.h
index 6270323..fe3b52b 100644
--- a/java/src/jni/h5rImp.h
+++ b/java/src/jni/h5rImp.h
@@ -66,6 +66,13 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Rget_1obj_1type2(JNIEnv *, jclass,
JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Rget_1name(JNIEnv *, jclass, jlong, jint, jbyteArray,
jobjectArray, jlong);
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Rget_name_string
+ * Signature: (JI[B)Ljava/lang/String;
+ */
+JNIEXPORT jstring JNICALL Java_hdf_hdf5lib_H5_H5Rget_1name_1string(JNIEnv *, jclass, jlong, jint, jbyteArray);
+
#ifdef __cplusplus
} /* end extern "C" */
#endif /* __cplusplus */