Signal

ValentNotificationsAdapter::notification-removed

unstable since: 1.0

Declaration

void
notification_removed (
  ValentNotificationsAdapter* self,
  gchar* notification,
  gpointer user_data
)

Description [src]

Emitted when a ValentNotification is removed from adapter.

Implementations must chain up if they override Valent.NotificationsAdapterClass.notification_removed.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 1.0

Parameters

notification

Type: gchar*

A ValentNotification

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