Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gir
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-12-21 21:32:53 (GMT)
committer Johan Dahlin <johan@src.gnome.org>2008-12-21 21:32:53 (GMT)
commit6369647f625ce975924fccf64eaa20f02c76ad15 (patch)
treecfa866b2be9f2f5dcaa7e7deddf108d0c54097e6 /gir
parentaa8bf8d82c96d7151017c8b7e721fb4454645597 (diff)
Annotate transfer, direction and allow none for g_file_load_contents
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 parameters. svn path=/trunk/; revision=995
Diffstat (limited to 'gir')
-rw-r--r--gir/gio-2.0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index f121780..670d27d 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -238,6 +238,9 @@
/**
* g_file_load_contents:
* @cancellable: (allow-none):
+ * @contents: (out) (transfer full):
+ * @length: (allow-none) (out):
+ * @etag_out: (allow-none) (out):
*/
/**