Method
PurplePersonget_avatar
unstable 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 property | Purple.Person:avatar |
Return value
Type: PurpleAvatar
The avatar for person
.
The returned data is owned by the instance. |
The return value can be NULL . |