diff options
Diffstat (limited to 'doc/html/Datasets.html')
-rw-r--r-- | doc/html/Datasets.html | 4 |
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 |