Method

PurpleBuddyset_protocol_data

Declaration [src]

void
purple_buddy_set_protocol_data (
  PurpleBuddy* buddy,
  gpointer data
)

Description [src]

Sets a buddy’s protocol-specific data.

This should only be called from the associated protocol.

See purple_buddy_get_protocol_data().

Parameters

data

Type: gpointer

The data.

The argument can be NULL.
The data is owned by the caller of the function.