Method

IdeWorkspaceAddinref_action_group

Declaration

GActionGroup*
ide_workspace_addin_ref_action_group (
  IdeWorkspaceAddin* self
)

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.