Method

PurpleMessageget_title

unstable since: 3.0

Declaration [src]

const char*
purple_message_get_title (
  PurpleMessage* message
)

Description [src]

Gets the title from a message.

Available since: 3.0

Gets propertyPurple.Message:title

Return value

Type: const char*

The title.

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