Method

ValentNotificationget_id

unstable since: 1.0

Declaration [src]

const char*
valent_notification_get_id (
  ValentNotification* notification
)

Description [src]

Get the notification ID.

Available since: 1.0

Gets propertyValent.Notification:id

Return value

Type: const char*

A unique ID.

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