Method

PurpleConversationget_title_for_display

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_get_title_for_display (
  PurpleConversation* conversation
)

Description [src]

Gets the title that should be displayed for conversation.

A full breakdown for how this works can be found in the documentation for PurpleConversation:title-for-display.

Available since: 3.0

Return value

Type: const char*

The title to display.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.