Signal

ValentNotificationsAdapter::notification-added

unstable since: 1.0

Declaration

void
notification_added (
  ValentNotificationsAdapter* self,
  ValentNotification* notification,
  gpointer user_data
)

Description [src]

Emitted when a ValentNotification is added to adapter.

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

Default handler:

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

Available since: 1.0

Parameters

notification

Type: ValentNotification

A ValentNotification

The data is owned by the caller of the function.