[svn-r5443] Purpose:

Document VFL "flush" changes.
This commit is contained in:
Quincey Koziol
2002-05-20 12:13:33 -05:00
parent 8a3bbed8bf
commit 75494847bb

View File

@@ -93,6 +93,12 @@ H5function6
The following functions have changed slightly.
<dir>
<dl>
<dt><code>H5FDflush and VFL "flush" callbacks</code>
<dd>An extra parameter 'closing' has been added to these functions,
to allow the library to indicate that the file will be closed
following the call to "flush". Actions in the "flush" call
that are duplicated in the VFL "close" call may be omitted by
the VFL driver.
<dt><code>H5function</code>
<dd>Description of change
</dl>