Method
PurpleConversationset_alias
unstable since: 3.0
[−]
Declaration [src]
void
purple_conversation_set_alias (
PurpleConversation* conversation,
const char* alias
)
[−]
Description [src]
Sets the libpurple user defined alias of conversation
to alias
.
Available since: 3.0
Sets property | Purple.Conversation:alias |
[−]
Parameters
alias
-
Type:
const char*
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.