Method

PurpleConversationset_user_nickname

since: 3.0

Declaration [src]

void
purple_conversation_set_user_nickname (
  PurpleConversation* conversation,
  const char* nickname
)

Description [src]

Sets the user’s nickname in conversation to nickname.

Available since: 3.0

Parameters

nickname

Type: const char*

The new nickname for the user.

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