From ccc3f3a1033ea1c3c3aa4fc1f484a0096ee9e1d4 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 6 Jul 2000 11:33:00 -0500 Subject: [svn-r2428] Attributes.html and RM_H5A.html H5Aiterate: Changed function type to herr_t. --- doc/html/Attributes.html | 2 +- doc/html/RM_H5A.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/Attributes.html b/doc/html/Attributes.html index e73419f..9a1d99f 100644 --- a/doc/html/Attributes.html +++ b/doc/html/Attributes.html @@ -158,7 +158,7 @@

4. Attribute Inquiry Functions

-
int H5Aiterate (hid_t loc_id, +
herr_t H5Aiterate (hid_t loc_id, unsigned *attr_number, H5A_operator operator, void *operator_data) diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html index 9425dff..7bc207c 100644 --- a/doc/html/RM_H5A.html +++ b/doc/html/RM_H5A.html @@ -451,7 +451,7 @@ See Attributes in the Up to buf_size characters are stored in buf followed by a \0 string terminator. If the name of the attribute is longer than - buf_size -1, the string terminator is stored in the + (buf_size -1), the string terminator is stored in the last position of the buffer to properly terminate the string.
Parameters:
@@ -510,7 +510,7 @@ See Attributes in the
Name: H5Aiterate
Signature: -
int H5Aiterate(hid_t loc_id, +
herr_t H5Aiterate(hid_t loc_id, unsigned * idx, H5A_operator_t op, void *op_data -- cgit v0.12