|
Dunst
Lightweight notification daemon
|
DBus support and implementation of the Desktop Notifications Specification. More...
Include dependency graph for dbus.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | reason { REASON_MIN = 1 , REASON_TIME = 1 , REASON_USER = 2 , REASON_SIG = 3 , REASON_UNDEF = 4 , REASON_MAX = 4 } |
| The reasons according to the notification spec. More... | |
Functions | |
| int | dbus_init (void) |
| void | dbus_teardown (int id) |
| void | signal_notification_closed (struct notification *n, enum reason reason) |
| void | signal_action_invoked (const struct notification *n, const char *identifier) |
| void | signal_length_propertieschanged (void) |
| void | signal_paused_propertieschanged (void) |
| void | signal_history_removed (guint id) |
| void | signal_history_cleared (guint n) |
| void | signal_config_reloaded (char **const configs) |
DBus support and implementation of the Desktop Notifications Specification.
Definition in file dbus.h.
| enum reason |
The reasons according to the notification spec.
| void signal_action_invoked | ( | const struct notification * | n, |
| const char * | identifier ) |
| void signal_notification_closed | ( | struct notification * | n, |
| enum reason | reason ) |