summaryrefslogtreecommitdiff
path: root/gio/src/fileoutputstream.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-27 22:21:50 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-03-27 22:21:50 +0200
commite7d1d034a5327b05680009af16a061c967203627 (patch)
tree20d8da456790a1b28e74e3868790d90eaa2f368e /gio/src/fileoutputstream.hg
parent3a2586801cf6cf01546f332058ee04d7d505e6ab (diff)
downloadglibmm-e7d1d034a5327b05680009af16a061c967203627.tar.gz
Avoid use of NULL in C++
Diffstat (limited to 'gio/src/fileoutputstream.hg')
-rw-r--r--gio/src/fileoutputstream.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/fileoutputstream.hg b/gio/src/fileoutputstream.hg
index abfc53ed..2c639e3a 100644
--- a/gio/src/fileoutputstream.hg
+++ b/gio/src/fileoutputstream.hg
@@ -108,7 +108,7 @@ public:
* For the synchronous version of this function,
* see query_info().
*
- * If @a cancellable is not %NULL, 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 may be thrown
*