show_notification
Description:
[ Version ( since = "2.8" ) ]
public virtual signal bool show_notification (Notification notification)
public virtual signal bool show_notification (Notification notification)
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.
Parameters:
notification |
Returns:
true to stop other handlers from being invoked. false otherwise. |