Method

PidginAvatarset_buddy

since: 3.0.0

Declaration [src]

void
pidgin_avatar_set_buddy (
  PidginAvatar* avatar,
  PurpleBuddy* buddy
)

Description [src]

Sets or unsets the PurpleBuddy that avatar should use for display.

Available since: 3.0.0

Sets propertyPidgin.Avatar:buddy

Parameters

buddy

Type: PurpleBuddy

The PurpleBuddy to set or NULL to unset.

The argument can be NULL.
The data is owned by the caller of the function.