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
This commit is contained in:
Ryan Lortie 2014-05-25 11:21:06 +02:00 committed by Matthias Clasen
parent 96df2727f4
commit eeae7950fc

View File

@ -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 * possible for an action to be removed and for a new action to be added
* with the same name but a different state type. * with the same name but a different state type.
* *
* Returns: (nullable) (transfer full): the state type, if the action * Returns: (nullable): the state type, if the action is stateful
* is stateful
* *
* Since: 2.28 * Since: 2.28
**/ **/