Method

ValentDevicePluginhide_notification

unstable since: 1.0

Declaration [src]

void
valent_device_plugin_hide_notification (
  ValentDevicePlugin* plugin,
  const char* id
)

Description [src]

A convenience for withdrawing a notification.

This method will withdraw a notification shown with valent_device_plugin_show_notification().

Available since: 1.0

Parameters

id

Type: const char*

An id for the notification.

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