Method

PurplePersonget_alias

since: 3.0

Declaration [src]

const char*
purple_person_get_alias (
  PurplePerson* person
)

Description [src]

Gets the alias of person that was set by the libpurple user.

This will be NULL if no alias is set.

Available since: 3.0

Gets propertyPurple.Person:alias

Return value

Type: const char*

The alias of person or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.