Method

ValentNotificationget_body

unstable since: 1.0

Declaration [src]

const char*
valent_notification_get_body (
  ValentNotification* notification
)

Description [src]

Get the notification body.

Available since: 1.0

Return value

Type: const char*

The notification body.

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