summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-06-29 22:24:22 (GMT)
committerGitHub <noreply@github.com>2022-06-29 22:24:22 (GMT)
commit4fa879ab4140df94e0edccc258b3d4025dc8616a (patch)
tree32d491d313853b91f4e63565939f9f4e5872139e /src/H5Tpublic.h
parent0311d4c00a14ad2268c3b2aaa4a248c423afdbc8 (diff)
downloadhdf5-4fa879ab4140df94e0edccc258b3d4025dc8616a.zip
hdf5-4fa879ab4140df94e0edccc258b3d4025dc8616a.tar.gz
hdf5-4fa879ab4140df94e0edccc258b3d4025dc8616a.tar.bz2
Port of datatypes UG. (#1829)
* Port of datatypes UG. * Formatting fix
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 4c3dece..665434c 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -2844,29 +2844,6 @@ H5_DLL htri_t H5Tcompiler_conv(hid_t src_id, hid_t dst_id);
*/
H5_DLL herr_t H5Tconvert(hid_t src_id, hid_t dst_id, size_t nelmts, void *buf, void *background,
hid_t plist_id);
-/**
- * \ingroup VLEN
- *
- * \brief Reclaims the variable length (VL) datatype memory buffers
- *
- * \type_id
- * \space_id
- * \dxpl_id{plist_id} used to create the buffer
- * \param[in] buf Pointer to the buffer to be reclaimed
- *
- * \return \herr_t
- *
- * \details H5Treclaim() reclaims memory buffers created to store VL datatypes.
- * It only frees the variable length data in the selection defined in
- * the dataspace specified by \p space_id. The dataset transfer
- * property list \p plist_id is required to find the correct
- * allocation and/or free methods for the variable-length data in the
- * buffer.
- *
- * \since 1.12.0
- *
- */
-H5_DLL herr_t H5Treclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void *buf);
/* Symbols defined for compatibility with previous versions of the HDF5 API.
*