SimpleActionGroup.remove

Warning g_simple_action_group_remove has been deprecated since version 2.38 and should not be used in newly-written code. Use g_action_map_remove_action() Removes the named action from the action group. If no action of this name is in the group then nothing happens. Since 2.28

class SimpleActionGroup
void
remove
(
string actionName
)

Parameters

actionName string

the name of the action

Meta