summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-12-21 21:32:53 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-12-21 21:32:53 +0000
commit6369647f625ce975924fccf64eaa20f02c76ad15 (patch)
treecfa866b2be9f2f5dcaa7e7deddf108d0c54097e6
parentaa8bf8d82c96d7151017c8b7e721fb4454645597 (diff)
downloadgobject-introspection-6369647f625ce975924fccf64eaa20f02c76ad15.tar.gz
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
-rw-r--r--ChangeLog6
-rw-r--r--gir/gio-2.0.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 812f6459..e97edef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2008-12-12 Owen Taylor <otaylor@redhat.com>
Disable array auto-detection for out-annotated parameters (#563934)
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index f121780d..670d27d2 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):
*/
/**