gio-2.0.c: Add missing annotations
authorSimón Pena <spenap@gmail.com>
Wed, 15 Sep 2010 18:44:30 +0000 (20:44 +0200)
committerJohan Dahlin <johan@gnome.org>
Wed, 15 Sep 2010 20:55:37 +0000 (17:55 -0300)
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

index e794920..7f0e8ee 100644 (file)
@@ -1,6 +1,8 @@
 /**
  * g_app_info_create_from_commandline:
  * @application_name: (allow-none):
+ *
+ * Return value: (transfer full):
  */
 
 /**
  * @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):
+ */