Method

ValentNotificationset_body

unstable since: 1.0

Declaration [src]

void
valent_notification_set_body (
  ValentNotification* notification,
  const char* body
)

Description [src]

Set the notification body.

Available since: 1.0

Parameters

body

Type: const char*

A notification body.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.