aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-02-15 08:41:57 +0000
committerFritz Elfert <felfert@to.com>2002-02-15 08:41:57 +0000
commit44f67105e729be31f5741c1c8db8c43b8ff3afb2 (patch)
treeb326a256f7e4c2ed02d9418ed479ef412c82af8b /lib
parent217be020a262b94065b4df0cc9e6735cc47b3a80 (diff)
downloadplptools-44f67105e729be31f5741c1c8db8c43b8ff3afb2.tar.gz
plptools-44f67105e729be31f5741c1c8db8c43b8ff3afb2.tar.bz2
plptools-44f67105e729be31f5741c1c8db8c43b8ff3afb2.zip
More descriptive comments.
Diffstat (limited to 'lib')
-rw-r--r--lib/rfsv.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/rfsv.h b/lib/rfsv.h
index c054edb..58c82cb 100644
--- a/lib/rfsv.h
+++ b/lib/rfsv.h
@@ -405,7 +405,8 @@ public:
* @param to Name of the destination file on the local machine.
* @param func Pointer to a function which gets called on every read.
* This function can be used to show some progress etc. May be set
- * to NULL, where no callback is performed.
+ * to NULL, where no callback is performed. If the callback function
+ * returns 0, the operation is aborted and E_PSI_FILE_CANCEL is returned.
*
* @returns A Psion error code (One of enum @ref #errs ).
*/
@@ -418,7 +419,8 @@ public:
* @param to Name of the destination file on the Psion.
* @param func Pointer to a function which gets called on every read.
* This function can be used to show some progress etc. May be set
- * to NULL, where no callback is performed.
+ * to NULL, where no callback is performed. If the callback function
+ * returns 0, the operation is aborted and E_PSI_FILE_CANCEL is returned.
*
* @returns A Psion error code (One of enum @ref #errs ).
*/
@@ -434,7 +436,8 @@ public:
* @param to Name of the destination file.
* @param func Pointer to a function which gets called on every read.
* This function can be used to show some progress etc. May be set
- * to NULL, where no callback is performed.
+ * to NULL, where no callback is performed. If the callback function
+ * returns 0, the operation is aborted and E_PSI_FILE_CANCEL is returned.
*
* @returns A Psion error code (One of enum @ref #errs ).
*/