diff options
Diffstat (limited to 'gio/gpollableinputstream.c')
-rw-r--r-- | gio/gpollableinputstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gpollableinputstream.c b/gio/gpollableinputstream.c index c640140e9..45947a440 100644 --- a/gio/gpollableinputstream.c +++ b/gio/gpollableinputstream.c @@ -159,8 +159,8 @@ g_pollable_input_stream_default_read_nonblocking (GPollableInputStream *stream, /** * g_pollable_input_stream_read_nonblocking: * @stream: a #GPollableInputStream - * @buffer: a buffer to read data into (which should be at least @count - * bytes long). + * @buffer: (array length=count) (element-type guint8): a buffer to + * read data into (which should be at least @count bytes long). * @count: the number of bytes you want to read * @cancellable: (allow-none): a #GCancellable, or %NULL * @error: #GError for error reporting, or %NULL to ignore. |