diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-12-21 21:32:53 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-12-21 21:32:53 +0000 |
commit | 6369647f625ce975924fccf64eaa20f02c76ad15 (patch) | |
tree | cfa866b2be9f2f5dcaa7e7deddf108d0c54097e6 | |
parent | aa8bf8d82c96d7151017c8b7e721fb4454645597 (diff) | |
download | gobject-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-- | ChangeLog | 6 | ||||
-rw-r--r-- | gir/gio-2.0.c | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -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): */ /** |