def callback(shell, timeout, primary, secondary, image_uri, requested, user_param1, ...)
Emitted when a custom notification should be displayed to the user.
shell : |
instance of RB.Shell that is emitting the signal |
timeout : |
length of time (in seconds) to display the notification |
primary : |
main notification text |
secondary : |
secondary notification text |
image_uri : |
URI for an image to include in the notification (optional) |
requested : |
if True, the notification was triggered by an explicit user action |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |