From ff14409081fe6a5826b25658577aaf59f8fbb78f Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Wed, 21 Aug 2013 10:05:13 -0500 Subject: [svn-r24042] edit description of H5VLobject_register. No code change. --- src/H5VL.c | 7 ++++--- 1 file 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 */ /*--------------------------------------------------------------------------- -- cgit v0.12