Function
Pidginblist_get_emblem
Declaration [src]
GdkPixbuf*
pidgin_blist_get_emblem (
PurpleBlistNode* node
)
Description [src]
Returns the blist emblem.
This may be an existing pixbuf that has been given an additional ref, so it shouldn’t be modified.
Parameters
node |
PurpleBlistNode |
The node to return an emblem for. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GdkPixbuf |
A GdkPixbuf for the emblem to show, or NULL. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |