Method

ValentNotificationset_title

unstable since: 1.0

Declaration [src]

void
valent_notification_set_title (
  ValentNotification* notification,
  const char* title
)

Description [src]

Set the notification title.

Available since: 1.0

Parameters

title

Type: const char*

A notification title.

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