summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimón Pena <spenap@gmail.com>2010-09-15 20:44:30 +0200
committerJohan Dahlin <johan@gnome.org>2010-09-15 17:55:37 -0300
commitac29006d8481b8c8900672cfae834c12712ff2e6 (patch)
tree5d55c68d65d71a2752e7fed1a79dcc0e7b9b0ca1
parent2b9df1ded8f4af871e6e6b7b7306230f1c33a51e (diff)
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
-rw-r--r--gir/gio-2.0.c68
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):
+ */