Method
PurplePersonset_alias
unstable since: 3.0
Declaration [src]
void
purple_person_set_alias (
PurplePerson* person,
const char* alias
)
Description [src]
Sets the alias of person
to alias
.
This should only be called in direct response to a user interaction to set a
custom alias. Protocol plugins should only be setting the alias of
PurpleContact
.
If alias
is NULL
, then the previous alias is cleared.
Available since: 3.0
Sets property | Purple.Person:alias |