WebKit2.Notification::closed
connect('closed', function (notification, ): void);
Emitted when a notification has been withdrawn.
The default handler will close the notification using libnotify, if built with support for it.
Since 2.8
- notification
instance of WebKit2.Notification that is emitting the signal