summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2010-12-27 16:24:21 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2010-12-27 16:24:21 +0100
commitc8fd3e31caae45988a16442bd39ac4038cc4c510 (patch)
treec6fdaea3bab4db093031b744cdd872eb54f0bbfa
parent5a8d012d296ab6eba4e26c59cfe06d3f8d582e70 (diff)
Add GI annotations to GSeekable
-rw-r--r--gio/gseekable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gseekable.c b/gio/gseekable.c
index 976243d40..cde639b10 100644
--- a/gio/gseekable.c
+++ b/gio/gseekable.c
@@ -89,7 +89,7 @@ g_seekable_can_seek (GSeekable *seekable)
* @seekable: a #GSeekable.
* @offset: a #goffset.
* @type: a #GSeekType.
- * @cancellable: optional #GCancellable object, %NULL to ignore.
+ * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore.
* @error: a #GError location to store the error occuring, or %NULL to
* ignore.
*
@@ -143,7 +143,7 @@ g_seekable_can_truncate (GSeekable *seekable)
* g_seekable_truncate:
* @seekable: a #GSeekable.
* @offset: a #goffset.
- * @cancellable: optional #GCancellable object, %NULL to ignore.
+ * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore.
* @error: a #GError location to store the error occuring, or %NULL to
* ignore.
*