aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2019-06-08 17:38:00 -0400
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-08-28 11:18:48 +0200
commit55483b87132daf92ed65f531f648a7fec17bd733 (patch)
tree96a98834381e689dda8b68c1c129a8bd3d13386e /src/settings.h
parentfe7ea6190a1df5404b910d44d8b9abfcd9ef2fd1 (diff)
downloadayatana-indicator-notifications-55483b87132daf92ed65f531f648a7fec17bd733.tar.gz
ayatana-indicator-notifications-55483b87132daf92ed65f531f648a7fec17bd733.tar.bz2
ayatana-indicator-notifications-55483b87132daf92ed65f531f648a7fec17bd733.zip
* Add a settings UI
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
new file mode 100644
index 0000000..87e341f
--- /dev/null
+++ b/src/settings.h
@@ -0,0 +1,14 @@
+/*
+ * settings.h - Definitions of settings keys and schema.
+ */
+
+#ifndef __SETTINGS_H__
+#define __SETTINGS_H__
+
+#define NOTIFICATIONS_SCHEMA "org.ayatana.indicator.notifications"
+#define NOTIFICATIONS_KEY_BLACKLIST "blacklist"
+#define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click"
+#define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator"
+#define NOTIFICATIONS_KEY_MAX_ITEMS "max-items"
+
+#endif