Method

ValentNotificationsAdapternotification_removed

unstable since: 1.0

Declaration [src]

void
valent_notifications_adapter_notification_removed (
  ValentNotificationsAdapter* adapter,
  const char* id
)

Description [src]

Emit ValentNotificationsAdapter::notification-removed on adapter.

This method should only be called by implementations of ValentNotificationsAdapter.

Available since: 1.0

Parameters

id

Type: const char*

A notification id.

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