diff options
Diffstat (limited to 'gio/gbufferedinputstream.c')
-rw-r--r-- | gio/gbufferedinputstream.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/gbufferedinputstream.c b/gio/gbufferedinputstream.c index 86dc2ca28..dbe96c770 100644 --- a/gio/gbufferedinputstream.c +++ b/gio/gbufferedinputstream.c @@ -566,7 +566,8 @@ g_buffered_input_stream_get_available (GBufferedInputStream *stream) /** * g_buffered_input_stream_peek: * @stream: a #GBufferedInputStream - * @buffer: a pointer to an allocated chunk of memory + * @buffer: (array length=count) (element-type guint8): a pointer to + * an allocated chunk of memory * @offset: a #gsize * @count: a #gsize * |