Function
PurpleBuddyicons_find_account_icon
Declaration [src]
PurpleImage*
purple_buddy_icons_find_account_icon (
PurpleAccount* account
)
Description [src]
Returns the buddy icon image for an account.
This function deals with loading the icon from the cache, if needed, so it should be called in any case where you want the appropriate icon.
Parameters
account
-
Type:
PurpleAccount
The account.
The data is owned by the caller of the function.
Return value
Type: PurpleImage
The account’s buddy icon image.
The caller of the function takes ownership of the data, and is responsible for freeing it. |