[svn-r2428] Attributes.html and RM_H5A.html

H5Aiterate: Changed function type to herr_t.
This commit is contained in:
Frank Baker
2000-07-06 11:33:00 -05:00
parent 56289a2c10
commit ccc3f3a103
2 changed files with 3 additions and 3 deletions

View File

@@ -451,7 +451,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
Up to <code>buf_size</code> characters are stored in
<code>buf</code> followed by a <code>\0</code> string
terminator. If the name of the attribute is longer than
<code>buf_size</code> -1, the string terminator is stored in the
<code>(buf_size -1)</code>, the string terminator is stored in the
last position of the buffer to properly terminate the string.
<dt><strong>Parameters:</strong>
<dl>
@@ -510,7 +510,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dl>
<dt><strong>Name:</strong> <a name="Annot-Iterate">H5Aiterate</a>
<dt><strong>Signature:</strong>
<dd><em>int</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>,
<dd><em>herr_t</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>,
<em>unsigned *</em> <code>idx</code>,
<em>H5A_operator_t</em> <code>op</code>,
<em>void *</em><code>op_data</code>