summaryrefslogtreecommitdiff
path: root/gio/gactiongroup.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-08-30 18:58:49 +0200
committerRyan Lortie <desrt@desrt.ca>2010-08-30 19:26:37 +0200
commit846b0b34660279871bbafb476adf5b5c597eb08d (patch)
treeaeb6003351a777b507eb8c908260a8859f6e265c /gio/gactiongroup.c
parent6cd62920bbb8ed42c7381bb56deca820515500f9 (diff)
downloadglib-846b0b34660279871bbafb476adf5b5c597eb08d.tar.gz
GAction is now an interface
the new class GSimpleAction is the implementation half
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 e1624756d..d60ba9027 100644
--- a/gio/gactiongroup.c
+++ b/gio/gactiongroup.c
@@ -338,7 +338,7 @@ g_action_group_get_enabled (GActionGroup *action_group,
* The return value (if non-%NULL) should be freed with
* g_variant_unref() when it is no longer required.
*
- * Return value: (allow-none) (transfer-none): the current state of the action
+ * Return value: (allow-none): the current state of the action
*
* Since: 2.26
**/