Virtual Method

PurpleProtocolActionsget_action_group

since: 3.0

Declaration [src]

GActionGroup*
get_action_group (
  PurpleProtocolActions* actions,
  PurpleConnection* connection
)

Description [src]

Gets a group of actions for connection.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.

Return value

Type: GActionGroup

The group of actions for connection.

The caller of the function takes ownership of the data, and is responsible for freeing it.