summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-08-21 15:05:13 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-08-21 15:05:13 (GMT)
commitff14409081fe6a5826b25658577aaf59f8fbb78f (patch)
treec587120835df842ea2b1ba31dc73005cf1be990f /src/H5VL.c
parent28acbad7d0108df5cc04d4fb4ebbbeec01c1fadb (diff)
downloadhdf5-ff14409081fe6a5826b25658577aaf59f8fbb78f.zip
hdf5-ff14409081fe6a5826b25658577aaf59f8fbb78f.tar.gz
hdf5-ff14409081fe6a5826b25658577aaf59f8fbb78f.tar.bz2
[svn-r24042] edit description of H5VLobject_register. No code change.
Diffstat (limited to 'src/H5VL.c')
-rw-r--r--src/H5VL.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5VL.c b/src/H5VL.c
index 0f33ba2..0f34bd3 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -351,9 +351,10 @@ done:
/*---------------------------------------------------------------------------
- * Function: H5VLregister_object
+ * Function: H5VLobject_register
*
- * Purpose: utility routine to register the native VOL plugin to an ID
+ * Purpose: Public routine to create an HDF5 hid_t with library
+ * specific types, bypassing the limitation of H5Iregister.
*
* Returns: Non-negative on success or negative on failure
*
@@ -381,7 +382,7 @@ H5VLobject_register(void *obj, H5I_type_t obj_type, const H5VL_class_t *cls)
done:
FUNC_LEAVE_API(ret_value)
-} /* H5VLregister_object */
+} /* H5VLobject_register */
/*---------------------------------------------------------------------------