Method

ValentNotificationget_title

unstable since: 1.0

Declaration [src]

const char*
valent_notification_get_title (
  ValentNotification* notification
)

Description [src]

Get the notification title.

Available since: 1.0

Return value

Type: const char*

The notification title.

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