Method

PurpleBuddyicons_get_checksum_for_user

Declaration [src]

const char*
purple_buddy_icons_get_checksum_for_user (
  PurpleBuddy* buddy
)

Description [src]

Returns the checksum for the buddy icon of a specified buddy.

This avoids loading the icon image data from the cache if it’s not already loaded for some other reason.

Return value

Type: const char*

The checksum.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.