diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 3ff01e9de6..1de7936841 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -53,7 +53,155 @@ This document is intended to assist application developers who must keep an application synchronized with the HDF5 library or related software. -
H5Iget_ref
+ |
+ int H5Iget_ref
+ (hid_t obj_id)+ See entry. |
+
H5Iinc_ref
+ |
+ int H5Iinc_ref
+ (hid_t obj_id)+ See entry. |
+
H5Idec_ref
+ |
+ int H5Idec_ref
+ (hid_t obj_id)+ See entry. |
+
| Corresponding to the
+ new C functions listed above: + h5iget_ref_f+ h5iinc_ref_f+ h5idec_ref_f
+ |
+ + | +
h5pcc is designed to aid in the compilation
+ of C applications that employ the HDF5 Library.
+ h5pfc is designed to aid in the compilation
+ of Fortran90 applications that employ the HDF5 Library.
+ + + + + + + + + + + +