File: notifications.el.html
This package provides an implementation of the Desktop Notifications
<https://specifications.freedesktop.org/notification-spec/latest/>.
In order to activate this package, you must add the following code into your .emacs:
(require 'notifications)
For proper usage, Emacs must be started in an environment with an active D-Bus session bus.
Defined variables (17)
notifications-action-signal | D-Bus notifications action signal. |
notifications-application-icon | Default application icon. |
notifications-application-name | Default application name. |
notifications-close-notification-method | D-Bus notifications close notification method. |
notifications-closed-reason | List of reasons why a notification has been closed. |
notifications-closed-signal | D-Bus notifications closed signal. |
notifications-get-capabilities-method | D-Bus notifications get capabilities method. |
notifications-get-server-information-method | D-Bus notifications get server information method. |
notifications-interface | D-Bus notifications service interface. |
notifications-notify-method | D-Bus notifications notify method. |
notifications-on-action-map | Mapping between notification and action callback functions. |
notifications-on-action-object | Object for registered on-action signal. |
notifications-on-close-map | Mapping between notification and close callback functions. |
notifications-on-close-object | Object for registered on-close signal. |
notifications-path | D-Bus notifications service path. |
notifications-service | D-Bus notifications service name. |
notifications-specification-version | The version of the Desktop Notifications Specification implemented. |
Defined functions (6)
notifications-close-notification | (ID &optional BUS) |
notifications-get-capabilities | (&optional BUS) |
notifications-get-server-information | (&optional BUS) |
notifications-notify | (&rest PARAMS) |
notifications-on-action-signal | (ID ACTION) |
notifications-on-closed-signal | (ID &optional REASON) |