aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
blob: cb6c20ea376ccfe2e9ea2a31ee4e1d501d64ffda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * settings.h - Definitions of settings keys and schema.
 */

#ifndef __SETTINGS_H__
#define __SETTINGS_H__

#define NOTIFICATIONS_SCHEMA              "net.launchpad.indicator.notifications"
#define NOTIFICATIONS_KEY_BLACKLIST       "blacklist"
#define NOTIFICATIONS_KEY_BLACKLIST_HINTS "blacklist-hints"
#define NOTIFICATIONS_KEY_CLEAR_MC        "clear-on-middle-click"
#define NOTIFICATIONS_KEY_HIDE_INDICATOR  "hide-indicator"
#define NOTIFICATIONS_KEY_MAX_ITEMS       "max-items"

#endif