From eeae7950fca962e65a5e08cfceae372782f5cc7e Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 25 May 2014 11:21:06 +0200 Subject: [PATCH] GActionGroup: fix an annotation .get_action_state_type() does not return a copy. We remove the annotation entirely because it is evident from the 'const' on the return type. https://bugzilla.gnome.org/show_bug.cgi?id=730168 --- gio/gactiongroup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index fcedb9522..1df6879dc 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -432,8 +432,7 @@ g_action_group_get_action_parameter_type (GActionGroup *action_group, * possible for an action to be removed and for a new action to be added * with the same name but a different state type. * - * Returns: (nullable) (transfer full): the state type, if the action - * is stateful + * Returns: (nullable): the state type, if the action is stateful * * Since: 2.28 **/