summaryrefslogtreecommitdiff
path: root/gio/src/outputstream.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-03-28 11:55:46 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-03-28 11:55:46 +0000
commitcbbb33c44be4b30e23a484ec2b0282689c819115 (patch)
tree3ab40fe8c3446817edb20923fcdd9503ccae93f1 /gio/src/outputstream.hg
parent8ad11cdf1df5f5c18fd02fff69a749ceb9d81cf0 (diff)
downloadglibmm-cbbb33c44be4b30e23a484ec2b0282689c819115.tar.gz
Documentation: Remove/fix mentions of 0 when we mean something else.
2008-03-28 Murray Cumming <murrayc@murrayc.com> * gio/src/file.hg: * gio/src/outputstream.hg: Documentation: Remove/fix mentions of 0 when we mean something else. svn path=/trunk/; revision=644
Diffstat (limited to 'gio/src/outputstream.hg')
-rw-r--r--gio/src/outputstream.hg6
1 files changed, 2 insertions, 4 deletions
diff --git a/gio/src/outputstream.hg b/gio/src/outputstream.hg
index 5cd803c1..a5bf35b3 100644
--- a/gio/src/outputstream.hg
+++ b/gio/src/outputstream.hg
@@ -226,11 +226,10 @@ public:
*
* This function is optional for inherited classes.
*
- * If @a cancellable is not <tt>0</tt>, then the operation can be cancelled by
+ * The operation can be cancelled by
* triggering the cancellable object from another thread. If the operation
* was cancelled, a Gio::Error with CANCELLED will be thrown.
* @param cancellable Optional cancellable object.
- * @param error Location to store the error occuring, or <tt>0</tt> to ignore.
* @return <tt>true</tt> on success, <tt>false</tt> on error.
*/
#ifdef GLIBMM_EXCEPTIONS_ENABLED
@@ -265,7 +264,7 @@ public:
* is important to check and report the error to the user, otherwise
* there might be a loss of data as all data might not be written.
*
- * If @a cancellable is not <tt>0</tt>, then the operation can be cancelled by
+ * The operation can be cancelled by
* triggering the cancellable object from another thread. If the operation
* was cancelled, a Gio::Error with CANCELLED will be thrown.
* Cancelling a close will still leave the stream closed, but there some streams
@@ -273,7 +272,6 @@ public:
* cancellation (as with any error) there is no guarantee that all written
* data will reach the target.
* @param cancellable Optional cancellable object.
- * @param error Location to store the error occuring, or <tt>0</tt> to ignore.
* @return <tt>true</tt> on success, <tt>false</tt> on failure.
*/
#ifdef GLIBMM_EXCEPTIONS_ENABLED