Method
PidginApplicationadd_action_group
unstable since: 3.0
Declaration [src]
void
pidgin_application_add_action_group (
PidginApplication* application,
const gchar* prefix,
GActionGroup* action_group
)
Description [src]
Adds action_group to all of the windows that application knows about and
will automatically add action_group to any newly created application windows.
To remove action_group from every window, call this function with the same
prefix, but NULL for action_group.
Available since: 3.0
Parameters
prefix-
Type:
const gchar*The action prefix.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. action_group-
Type:
GActionGroupThe
GActionGroupto add.The data is owned by the caller of the method.