[svn-r1578]
Attributes.html RM_H5A.html Corrected H5Aget_name return type. (Each file had a different return type; both were wrong!)
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
or resource leaks will develop.
|
||||
This function returns a datatype ID for success or negative for failure.
|
||||
<br><br>
|
||||
<dt><code>size_t H5Aget_name (hid_t <em>attr_id</em>,
|
||||
<dt><code>ssize_t H5Aget_name (hid_t <em>attr_id</em>,
|
||||
size_t <em>buf_size</em>, char *<em>buf</em>)</code>
|
||||
<dd>This function retrieves the name of an attribute for an attribute ID.
|
||||
Up to <em>buf_size</em> characters are stored in <em>buf</em> followed by a
|
||||
|
||||
Reference in New Issue
Block a user