Method

PurpleConversationget_topic

since: 3.0

Declaration [src]

const char*
purple_conversation_get_topic (
  PurpleConversation* conversation
)

Description [src]

Gets the topic for conversation.

Available since: 3.0

Return value

Type: const char*

The topic of conversation or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.