Method

PurpleRequestPageget_subtitle

unstable since: 3.0

Declaration [src]

const char*
purple_request_page_get_subtitle (
  PurpleRequestPage* page
)

Description [src]

Gets the subtitle of the page.

Available since: 3.0

Return value

Type: const char*

The subtitle.

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