Annotate transfer, direction and allow none for g_file_load_contents
authorJohan Dahlin <jdahlin@async.com.br>
Sun, 21 Dec 2008 21:32:53 +0000 (21:32 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sun, 21 Dec 2008 21:32:53 +0000 (21:32 +0000)
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

ChangeLog
gir/gio-2.0.c

index 812f645..e97edef 100644 (file)
--- 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)
index f121780..670d27d 100644 (file)
 /**
  * g_file_load_contents:
  * @cancellable: (allow-none):
+ * @contents: (out) (transfer full):
+ * @length: (allow-none) (out):
+ * @etag_out: (allow-none) (out):
  */
 
 /**