Method

PurpleNotificationget_title

since: 3.0

Declaration [src]

const char*
purple_notification_get_title (
  PurpleNotification* notification
)

Description [src]

Gets the title of notification.

Available since: 3.0

Return value

Type: const char*

The title of notification.

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