Virtual Method
ValentNotificationsAdapternotification_removed
unstable since: 1.0
Declaration [src]
void
notification_removed (
ValentNotificationsAdapter* adapter,
ValentNotification* notification
)
Description [src]
Called when notification has been removed from adapter.
This method should only be called by implementations of
ValentNotificationsAdapter. adapter will drop its reference on
notification and emit GListModel::items-changed.
Available since: 1.0
Parameters
notification-
Type:
ValentNotificationA
ValentNotification.The data is owned by the caller of the method.