[gobject-introspection] Bug 586994: Add annotations for g_file_open_tmp()/g_file_replace_contents().



commit b27fcd5bed2cd3a89c00918a53f2c84a55e96400
Author: C. Scott Ananian <cscott litl com>
Date:   Thu Jun 25 17:18:56 2009 -0400

    Bug 586994: Add annotations for g_file_open_tmp()/g_file_replace_contents().

 gir/gio-2.0.c  |    3 +++
 gir/glib-2.0.c |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 3a1c8fd..55eaf2a 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 578ccd8..2c2a11d 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):
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]