summaryrefslogtreecommitdiff
path: root/gio/gfileoutputstream.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/gfileoutputstream.c
parent701ce5d2011ee4408212461f6e191eaca2290d0a (diff)
downloadglib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz
Add a lot of missing annotations
Diffstat (limited to 'gio/gfileoutputstream.c')
-rw-r--r--gio/gfileoutputstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileoutputstream.c b/gio/gfileoutputstream.c
index 347b42d86..b3e16ecf2 100644
--- a/gio/gfileoutputstream.c
+++ b/gio/gfileoutputstream.c
@@ -137,7 +137,7 @@ g_file_output_stream_init (GFileOutputStream *stream)
* was cancelled, the error %G_IO_ERROR_CANCELLED will be set, and %NULL will
* be returned.
*
- * Returns: a #GFileInfo for the @stream, or %NULL on error.
+ * Returns: (transfer full): a #GFileInfo for the @stream, or %NULL on error.
**/
GFileInfo *
g_file_output_stream_query_info (GFileOutputStream *stream,
@@ -250,7 +250,7 @@ g_file_output_stream_query_info_async (GFileOutputStream *stream,
* Finalizes the asynchronous query started
* by g_file_output_stream_query_info_async().
*
- * Returns: A #GFileInfo for the finished query.
+ * Returns: (transfer full): A #GFileInfo for the finished query.
**/
GFileInfo *
g_file_output_stream_query_info_finish (GFileOutputStream *stream,