diff options
author | rbuj <[email protected]> | 2020-11-17 10:07:18 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-26 11:50:18 +0100 |
commit | 921920e1dc19da3f7a6c50e7f6add9f4b42aa6ab (patch) | |
tree | 06400a1c76c6d24426f936f72edc92c8e043c0c8 /src/daemon/daemon.h | |
parent | c1dd04d294e329da95c515d7f5a9ac7a00d269cc (diff) | |
download | mate-notification-daemon-921920e1dc19da3f7a6c50e7f6add9f4b42aa6ab.tar.bz2 mate-notification-daemon-921920e1dc19da3f7a6c50e7f6add9f4b42aa6ab.tar.xz |
Group common constants in a single file
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 98f7f4d..06d56e4 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -28,13 +28,7 @@ #include <glib-object.h> #include <gio/gio.h> -#define GSETTINGS_SCHEMA "org.mate.NotificationDaemon" -#define GSETTINGS_KEY_THEME "theme" -#define GSETTINGS_KEY_POPUP_LOCATION "popup-location" -#define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled" -#define GSETTINGS_KEY_DO_NOT_DISTURB "do-not-disturb" -#define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number" -#define GSETTINGS_KEY_USE_ACTIVE "use-active-monitor" +#include "constants.h" #define NOTIFY_TYPE_DAEMON (notify_daemon_get_type()) G_DECLARE_FINAL_TYPE (NotifyDaemon, notify_daemon, NOTIFY, DAEMON, GObject) |