diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-01-22 21:10:24 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-01-22 21:10:24 (GMT) |
commit | cc3b64b1e9a242a4f35bec6c37cbb17cc8da16e4 (patch) | |
tree | 2c7e79c916a238f1c862085a665e33db1b184523 /doc | |
parent | 7f5fd94b565ca3a7f0bcdf0d11100c556048ff35 (diff) | |
download | hdf5-cc3b64b1e9a242a4f35bec6c37cbb17cc8da16e4.zip hdf5-cc3b64b1e9a242a4f35bec6c37cbb17cc8da16e4.tar.gz hdf5-cc3b64b1e9a242a4f35bec6c37cbb17cc8da16e4.tar.bz2 |
[svn-r8087]
Purpose:
Correct H5G_stat_t struct description in H5Gget_objinfo
Copy edits
Platforms tested:
Safari, IE 5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5G.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index c562b58..6823f00 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -469,7 +469,7 @@ END SUBROUTINE h5gget_linkval_f <dt><strong>Description:</strong> <dd><code>H5Gget_num_objs</code> returns number of objects in a group. Group is specified by its identifier <code>loc_id</code>. - If a file identifier is passed in, then number of objects in the + If a file identifier is passed in, then the number of objects in the root group is returned. <dt><strong>Parameters:</strong> <dl> @@ -532,13 +532,14 @@ SUBROUTINE unsigned long fileno; haddr_t objno; unsigned nlink; - int type; + H5G_obj_t type; time_t mtime; size_t linklen; + H5O_stat_t ohdr; } H5G_stat_t </pre> The <code>fileno</code> and <code>objno</code> fields contain - values which uniquely itentify an object among those + values which uniquely identify an object among those HDF5 files which are open: if both values are the same between two objects, then the two objects are the same (provided both files are still open). @@ -566,6 +567,9 @@ SUBROUTINE <code>linklen</code> will be the length of the link value (the name of the pointed-to object with the null terminator); otherwise <code>linklen</code> will be zero. + +<!-- INSERT H50_stat_t DESCRIPTION AS IN 1.6 --> + Other fields may be added to this structure in the future. <dt><strong>Note:</strong> <dd>Some systems will be able to record the time accurately but @@ -1402,7 +1406,7 @@ And in this document, the Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 29 October 2003"); +document.writeln("Last modified: 22 January 2004"); --> </SCRIPT> |