Method

PurpleProtocolContactsget_actions

since: 3.0

Declaration [src]

GActionGroup*
purple_protocol_contacts_get_actions (
  PurpleProtocolContacts* protocol_contacts,
  PurpleContactInfo* info
)

Description [src]

Gets a GActionGroup for info. When this action group is used, it should use the prefix of contact.

Available since: 3.0

Parameters

info

Type: PurpleContactInfo

The PurpleContactInfo to get the actions for.

The data is owned by the caller of the function.

Return value

Type: GActionGroup

The action group or NULL.

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