Method
PurplePersonget_alias
unstable since: 3.0
[−]
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 property | Purple.Person:alias |
[−]
Return value
Type: const char*
The alias of person
or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |