Method

PurpleAccountset_buddy_icon_path

since: 2.0

Declaration [src]

void
purple_account_set_buddy_icon_path (
  PurpleAccount* account,
  const char* path
)

Description [src]

Sets the account’s buddy icon path.

Available since: 2.0

Parameters

path

Type: const char*

The buddy icon non-cached path.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.