Method

PurpleBuddyget_protocol_data

since: 2.6

Declaration [src]

gpointer
purple_buddy_get_protocol_data (
  PurpleBuddy* buddy
)

Description [src]

Returns a buddy’s protocol-specific data.

This should only be called from the associated protocol.

See purple_buddy_set_protocol_data().

Available since: 2.6

Return value

Type: gpointer

The protocol data.

The data is owned by the instance.
The return value can be NULL.