Method

PurpleConversationset_title

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_title (
  PurpleConversation* conversation,
  const char* title
)

Description [src]

Sets the specified conversation’s title.

Available since: 3.0

Parameters

title

Type: const char*

The title.

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