Method

PurpleConversationMemberset_alias

unstable since: 3.0

Declaration [src]

void
purple_conversation_member_set_alias (
  PurpleConversationMember* member,
  const char* alias
)

Description [src]

Sets the alias of a member.

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 method.
The value is a NUL terminated UTF-8 string.