diff options
| author | Victor Kareh <[email protected]> | 2025-08-20 20:49:51 -0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2025-08-25 21:50:51 +0000 |
| commit | d348da7ea809e1bcfb9e408455271395a64c877a (patch) | |
| tree | 888416a5b29ef342bb2fd49fb255b05a7e1cfc0f /src/daemon/daemon.h | |
| parent | 7ed54960995ef18d5fff9092b839565080456a40 (diff) | |
| download | mate-notification-daemon-d348da7ea809e1bcfb9e408455271395a64c877a.tar.bz2 mate-notification-daemon-d348da7ea809e1bcfb9e408455271395a64c877a.tar.xz | |
daemon: implement Desktop Notifications Specification 1.3
Add persistence support with resident/transient hints, fix icon
precedence order (according to spec), and implement desktop-entry icons.
Also added new 'default-timeout' and 'enable-persistence' gsettings to
allow users to control timeout and persistence behavior.
Spec is on https://specifications.freedesktop.org/notification-spec/1.3/
Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/132
Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/137
Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/138
Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/149
Diffstat (limited to 'src/daemon/daemon.h')
| -rw-r--r-- | src/daemon/daemon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 4c32e12..1b6ddf8 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -34,8 +34,6 @@ #define NOTIFY_TYPE_DAEMON (notify_daemon_get_type()) G_DECLARE_FINAL_TYPE (NotifyDaemon, notify_daemon, NOTIFY, DAEMON, GObject) -#define NOTIFY_DAEMON_DEFAULT_TIMEOUT 7000 - enum { URGENCY_LOW, URGENCY_NORMAL, |
