Application.setActionGroup

Warning g_application_set_action_group has been deprecated since version 2.32 and should not be used in newly-written code. Use the GActionMap interface instead. Never ever mix use of this API with use of GActionMap on the same application or things will go very badly wrong. This function is known to introduce buggy behaviour (ie: signals not emitted on changes to the action group), so you should really use GActionMap instead. This used to be how actions were associated with a GApplication. Now there is GActionMap for that. Since 2.28

class Application
void
setActionGroup

Parameters

actionGroup GActionGroup*

a GActionGroup, or NULL. [allow-none]

Meta