[gobject-introspection] gio-2.0.c: Add missing annotations



commit ac29006d8481b8c8900672cfae834c12712ff2e6
Author: Simón Pena <spenap gmail com>
Date:   Wed Sep 15 20:44:30 2010 +0200

    gio-2.0.c: Add missing annotations
    
    Add 'transfer mode' annotations for GAction, GActionGroup, GAppInfo,
    GApplication and GAsyncInitable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629790

 gir/gio-2.0.c |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index e794920..7f0e8ee 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -1,6 +1,8 @@
 /**
  * g_app_info_create_from_commandline:
  * @application_name: (allow-none):
+ *
+ * Return value: (transfer full):
  */
 
 /**
@@ -447,3 +449,69 @@
  * @value: (array zero-terminated-1):
  *
  */
+
+/**
+ * g_action_get_state:
+ * @action:
+ *
+ * Returns: (transfer full):
+ **/
+
+/**
+ * g_action_get_state_hint:
+ * @action:
+ *
+ * Returns: (transfer full):
+ **/
+
+/**
+ * g_action_group_list_actions:
+ * @action_group:
+ *
+ * Returns: (transfer full):
+ **/
+
+/**
+ * g_action_group_get_state:
+ * @action_group:
+ * @action_name:
+ *
+ * Return value: (transfer full):
+ **/
+
+/**
+ * g_action_group_get_state_hint:
+ * @action_group:
+ * @action_name:
+ *
+ * Return value: (transfer full):
+ **/
+
+/**
+ * g_app_info_dup:
+ * @appinfo:
+ *
+ * Returns: (transfer full):
+ **/
+
+/**
+ * g_application_get_instance:
+ *
+ * Returns: (transfer none):
+ */
+
+/**
+ * g_application_list_actions:
+ * @application:
+ *
+ * Return value: (transfer full):
+ */
+
+/**
+ * g_async_initable_new_finish:
+ * @initable:
+ * @res:
+ * @error:
+ *
+ * Returns: (transfer full):
+ */



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