Method

PurpleConversationset_alias

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

Parameters

alias

Type: const char*

The new alias.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.