From 30132c44c18d9a08e4c6a9b4834366bd8628ecfa Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 24 Sep 2010 18:24:41 -0300 Subject: Add a lot of missing annotations --- gio/goutputstream.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gio/goutputstream.c') diff --git a/gio/goutputstream.c b/gio/goutputstream.c index df0807c0c..ff3486cfb 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -148,7 +148,7 @@ g_output_stream_init (GOutputStream *stream) /** * g_output_stream_write: * @stream: a #GOutputStream. - * @buffer: (array length=count) (element-type uint8): the buffer containing the data to write. + * @buffer: (array length=count) (element-type guint8): the buffer containing the data to write. * @count: the number of bytes to write * @cancellable: optional cancellable object * @error: location to store the error occuring, or %NULL to ignore @@ -227,7 +227,7 @@ g_output_stream_write (GOutputStream *stream, /** * g_output_stream_write_all: * @stream: a #GOutputStream. - * @buffer: (array length=count) (element-type uint8): the buffer containing the data to write. + * @buffer: (array length=count) (element-type guint8): the buffer containing the data to write. * @count: the number of bytes to write * @bytes_written: location to store the number of bytes that was * written to the stream @@ -651,7 +651,7 @@ async_ready_close_flushed_callback_wrapper (GObject *source_object, /** * g_output_stream_write_async: * @stream: A #GOutputStream. - * @buffer: (array length=count) (element-type uint8): the buffer containing the data to write. + * @buffer: (array length=count) (element-type guint8): the buffer containing the data to write. * @count: the number of bytes to write * @io_priority: the io priority of the request. * @cancellable: optional #GCancellable object, %NULL to ignore. -- cgit v1.2.1