Method
PurpleBuddyset_icon
Declaration [src]
void
purple_buddy_set_icon (
PurpleBuddy* buddy,
PurpleBuddyIcon* icon
)
Description [src]
Sets a buddy’s icon.
This should only be called from within Purple. You probably want to call purple_buddy_icon_set_data().
See purple_buddy_icon_set_data().
Sets property | Purple.Buddy:icon |
Parameters
icon
-
Type:
PurpleBuddyIcon
The buddy icon.
The data is owned by the caller of the function.