Application.setActionGroup

Sets or unsets the group of actions associated with the application. These actions are the actions that can be remotely invoked. It is an error to call this function after the application has been registered. Since 2.28

class Application
void
setActionGroup

Parameters

actionGroup GActionGroup*

a GActionGroup, or NULL. [allow-none]

Meta