summaryrefslogtreecommitdiffstats
path: root/doc/html/Datasets.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-01-09 22:13:08 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-01-09 22:13:08 (GMT)
commit9ae87ca1a6bc22fd1307554714ac37d7e7e7afcf (patch)
tree3079509b4a1e95a16005389bb1787c4f99007fbf /doc/html/Datasets.html
parentc6b677dde68d4896c2011249e0d1eca3e3e622b2 (diff)
downloadhdf5-9ae87ca1a6bc22fd1307554714ac37d7e7e7afcf.zip
hdf5-9ae87ca1a6bc22fd1307554714ac37d7e7e7afcf.tar.gz
hdf5-9ae87ca1a6bc22fd1307554714ac37d7e7e7afcf.tar.bz2
[svn-r3254]
Purpose: Correcting docs to match code bugfixes. Solution: Changed per recent bugfix in code: H5Tconvert 'nelmts' parameter type H5Pset_buffer 'size' parameter type H5Pget_buffer return type
Diffstat (limited to 'doc/html/Datasets.html')
-rw-r--r--doc/html/Datasets.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/Datasets.html b/doc/html/Datasets.html
index 6ffa622..46233bd 100644
--- a/doc/html/Datasets.html
+++ b/doc/html/Datasets.html
@@ -542,9 +542,9 @@ H5Pset_external (plist, "scan3.data", 0, 16);
<dl>
<dt><code>herr_t H5Pset_buffer (hid_t <em>xfer_plist</em>,
- size_t <em>max_buf_size</em>, void *<em>tconv_buf</em>, void
+ hsize_t <em>max_buf_size</em>, void *<em>tconv_buf</em>, void
*<em>bkg_buf</em>)</code>
- <dt><code>size_t H5Pget_buffer (hid_t <em>xfer_plist</em>, void
+ <dt><code>hsize_t H5Pget_buffer (hid_t <em>xfer_plist</em>, void
**<em>tconv_buf</em>, void **<em>bkg_buf</em>)</code>
<dd>Sets or retrieves the maximum size in bytes of the temporary
buffer used for datatype conversion in the I/O pipeline. An