Method

PidginAvatarset_contact_info

unstable since: 3.0

Declaration [src]

void
pidgin_avatar_set_contact_info (
  PidginAvatar* avatar,
  PurpleContactInfo* info
)

Description [src]

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

Available since: 3.0

Parameters

info

Type: PurpleContactInfo

A contact info or NULL to unset.

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