summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):
*/