signal callback delegate or function to connect
bool callback(webkit.notification.Notification notification, webkit.web_view.WebView webView)
notification a #WebKitNotification (optional)
webView the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked. false otherwise.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ShowNotification signal.
This signal is emitted when a notification should be presented to the user. The notification is kept alive until either: 1) the web page cancels it or 2) a navigation happens.
The default handler will emit a notification using libnotify, if built with support for it.