summaryrefslogtreecommitdiff
path: root/gio/gdatainputstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdatainputstream.c')
-rw-r--r--gio/gdatainputstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c
index 72c50308e..b2c080b2b 100644
--- a/gio/gdatainputstream.c
+++ b/gio/gdatainputstream.c
@@ -1127,8 +1127,8 @@ g_data_input_stream_read_finish (GDataInputStream *stream,
* @stream: a given #GDataInputStream.
* @io_priority: the [I/O priority][io-priority] of the request
* @cancellable: (nullable): optional #GCancellable object, %NULL to ignore.
- * @callback: (scope async): callback to call when the request is satisfied.
- * @user_data: (closure): the data to pass to callback function.
+ * @callback: (scope async) (closure user_data): callback to call when the request is satisfied.
+ * @user_data: the data to pass to callback function.
*
* The asynchronous version of g_data_input_stream_read_line(). It is
* an error to have two outstanding calls to this function.