summaryrefslogtreecommitdiff
path: root/gio/goutputstream.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-24 18:24:41 -0300
committerJohan Dahlin <jdahlin@litl.com>2010-09-24 18:24:41 -0300
commit30132c44c18d9a08e4c6a9b4834366bd8628ecfa (patch)
tree134ed0535fb314b82683da0b30a948e3d9a90214 /gio/goutputstream.c
parent701ce5d2011ee4408212461f6e191eaca2290d0a (diff)
downloadglib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz
Add a lot of missing annotations
Diffstat (limited to 'gio/goutputstream.c')
-rw-r--r--gio/goutputstream.c6
1 files changed, 3 insertions, 3 deletions
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.