Signal

ValentNotifications::notification-removed

unstable since: 1.0

Declaration

void
notification_removed (
  ValentNotifications* self,
  gchar* id,
  gpointer user_data
)

Description [src]

Emitted when a notification is removed from a ValentNotificationsAdapter.

Default handler:

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

Available since: 1.0

Parameters

id

Type: gchar*

A notification id.

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