Method

PurplePersonget_avatar

since: 3.0

Declaration [src]

PurpleAvatar*
purple_person_get_avatar (
  PurplePerson* person
)

Description [src]

Gets the avatar of person or NULL if no avatar is set.

Available since: 3.0

Gets propertyPurple.Person:avatar

Return value

Type: PurpleAvatar

The avatar for person.

The data is owned by the instance.
The return value can be NULL.