summaryrefslogtreecommitdiff
path: root/gio/gactiongroup.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-12-10 15:15:13 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-12-10 15:15:13 -0500
commit1503cfa36e4823680a0ea9772fb43d017fc39ee3 (patch)
tree768cd0c3fecfdf5050f2b3a1a1368ef65dc9de87 /gio/gactiongroup.c
parentf3de395812542eb9abb8c4ea7f8181140ed2f0b0 (diff)
downloadglib-1503cfa36e4823680a0ea9772fb43d017fc39ee3.tar.gz
Small doc correction
Add a transfer annotation to some GActionGroup apis.
Diffstat (limited to 'gio/gactiongroup.c')
-rw-r--r--gio/gactiongroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c
index 2345ce3b9..24da353b0 100644
--- a/gio/gactiongroup.c
+++ b/gio/gactiongroup.c
@@ -529,7 +529,7 @@ g_action_group_get_action_enabled (GActionGroup *action_group,
* The return value (if non-%NULL) should be freed with
* g_variant_unref() when it is no longer required.
*
- * Returns: (nullable): the current state of the action
+ * Returns: (nullable) (transfer full): the current state of the action
*
* Since: 2.28
**/