mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
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:
parent
96df2727f4
commit
eeae7950fc
@ -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
|
||||
**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user