summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog3
-rw-r--r--gir/gio-2.0.c14
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e97edef6..13e658d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,8 @@
* gir/gio-2.0.c:
Annotate transfer, direction and allow none for
- g_file_load_contents parameters.
+ g_file_load_contents, g_file_load_contents_finish and
+ g_file_load_partial_contents_finish parameters.
2008-12-12 Owen Taylor <otaylor@redhat.com>
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):
*/