summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-12-21 21:52:09 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-12-21 21:52:09 +0000
commit30182fa9cb9c90a4f663bed37812aae12a8a8279 (patch)
treefef61621786a106a722b2bab6818f7530b895e0b /gir
parent6369647f625ce975924fccf64eaa20f02c76ad15 (diff)
downloadgobject-introspection-30182fa9cb9c90a4f663bed37812aae12a8a8279.tar.gz
Annotate transfer, direction and allow none for
2008-12-21 Johan Dahlin <jdahlin@async.com.br> * gir/gio-2.0.c: Annotate transfer, direction and allow none for g_file_load_contents_finish and g_file_load_partial_contents_finish parameters. svn path=/trunk/; revision=996
Diffstat (limited to 'gir')
-rw-r--r--gir/gio-2.0.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 670d27d2..7ccbfd84 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -249,11 +249,25 @@
*/
/**
+ * g_file_load_contents_finish:
+ * @contents: (out) (transfer full):
+ * @length: (allow-none) (out):
+ * @etag_out: (allow-none) (out):
+ */
+
+/**
* g_file_load_partial_contents_async:
* @cancellable: (allow-none):
*/
/**
+ * g_file_load_partial_contents_finish:
+ * @contents: (out) (transfer full):
+ * @length: (allow-none) (out):
+ * @etag_out: (allow-none) (out):
+ */
+
+/**
* g_file_make_directory:
* @cancellable: (allow-none):
*/