Method
PurplePluginInfoget_action_group
since: 3.0.0
Declaration [src]
GActionGroup*
purple_plugin_info_get_action_group (
PurplePluginInfo* info
)
Description [src]
Gets the [class:Gio.ActionGroup] from info
if one is set.
Available since: 3.0.0
Gets property | Purple.PluginInfo:action-group |
Return value
Type: GActionGroup
The action group.
The caller of the method takes ownership of the data, and is responsible for freeing it. |