Function

PurpleBuddyicons_node_find_custom_icon

Declaration [src]

PurpleImage*
purple_buddy_icons_node_find_custom_icon (
  PurpleBlistNode* node
)

Description [src]

Returns the custom buddy icon image for a blist node.

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

node

Type: PurpleBlistNode

The node.

The data is owned by the caller of the function.

Return value

Type: PurpleImage

The custom buddy icon.

The caller of the function takes ownership of the data, and is responsible for freeing it.