Method

ValentNotificationset_id

unstable since: 1.0

Declaration [src]

void
valent_notification_set_id (
  ValentNotification* notification,
  const char* id
)

Description [src]

Set the notification ID.

Available since: 1.0

Sets propertyValent.Notification:id

Parameters

id

Type: const char*

A unique ID.

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