Virtual Method
PurpleProtocolContactsget_actions
unstable since: 3.0
Declaration [src]
GActionGroup*
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 method.
Return value
Type: GActionGroup
The action group or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |