Method
IdeWorkspaceAddinref_action_group
Description
Gets the action group for the workspace addin. This is automatically registered with an action prefix like “workspace.module-name” where “module-name” is the value of “Module=” in the plugin’s manifest.
Return value
Type: GActionGroup
A GActionGroup
or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |