Virtual Method

ValentNotificationsAdapterremove_notification

unstable since: 1.0

Declaration [src]

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

Description [src]

Withdraw id from adapter.

Available since: 1.0

Parameters

id

Type: const char*

A notification id.

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