Method
PurpleContactInfoset_alias
unstable since: 3.0
[−]
Declaration [src]
void
purple_contact_info_set_alias (
PurpleContactInfo* info,
const gchar* alias
)
[−]
Description [src]
Sets the alias of info
to alias
.
Protocol plugins may use this value to synchronize across instances.
Available since: 3.0
Sets property | Purple.ContactInfo:alias |
[−]
Parameters
alias
-
Type:
const gchar*
The new alias.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.