Virtual Method

PurpleProtocolServerset_buddy_icon

since: 3.0

Declaration [src]

void
set_buddy_icon (
  PurpleProtocolServer* protocol_server,
  PurpleConnection* connection,
  PurpleImage* img
)

Description [src]

Sets the user’s buddy icon to img.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.
img

Type: PurpleImage

The PurpleImage instance, or NULL to unset the icon.

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