summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@litl.com>2009-06-25 17:18:56 -0400
committerC. Scott Ananian <cscott@litl.com>2009-06-26 12:34:12 -0400
commitb27fcd5bed2cd3a89c00918a53f2c84a55e96400 (patch)
tree2b1470291673eba2aa3f0e305447fe0623ecb22f
parent84b0b64b024bb434af6f508e4d4144e39035502a (diff)
downloadgobject-introspection-b27fcd5bed2cd3a89c00918a53f2c84a55e96400.tar.gz
Bug 586994: Add annotations for g_file_open_tmp()/g_file_replace_contents().
-rw-r--r--gir/gio-2.0.c3
-rw-r--r--gir/glib-2.0.c5
2 files changed, 8 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 3a1c8fdc..55eaf2a6 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -390,11 +390,14 @@
/**
* g_file_replace_contents:
+ * @etag: (allow-none):
+ * @new_etag: (allow-none) (out):
* @cancellable: (allow-none):
*/
/**
* g_file_replace_contents_async:
+ * @etag: (allow-none):
* @cancellable: (allow-none):
*/
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 578ccd8f..2c2a11d2 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -5,6 +5,11 @@
*/
/**
+ * g_file_open_tmp:
+ * @name_used: (out):
+ */
+
+/**
* g_markup_escape_text:
* Return value: (transfer full):
*/