Method

PidginAvatarset_conversation

since: 3.0

Declaration [src]

void
pidgin_avatar_set_conversation (
  PidginAvatar* avatar,
  PurpleConversation* conversation
)

Description [src]

Sets or unsets the conversation that avatar uses to find the PurpleAvatar to display.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The conversation to set or NULL to unset.

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