Method

PurpleConversationset_name

since: 2.0

Declaration [src]

void
purple_conversation_set_name (
  PurpleConversation* conversation,
  const char* name
)

Description [src]

Sets the specified conversation’s name.

Available since: 2.0

Parameters

name

Type: const char*

The conversation’s name.

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