Method

PurpleConversationset_title

since: 2.0

Declaration [src]

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

Description [src]

Sets the specified conversation’s title.

Available since: 2.0

Parameters

title

Type: const char*

The title.

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