aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2014-01-15 15:07:59 -0500
committerJason Conti <jason.conti@gmail.com>2014-01-15 15:07:59 -0500
commitf8e6f8502c18ac96878f681e2f0d6854fb0a4cdc (patch)
tree5c3b06c7fb42bb5130ce433736a429c3d372a523 /data
parent8082de0d7f9b8289029bdea65ea0b22942dddf3c (diff)
downloadayatana-indicator-notifications-f8e6f8502c18ac96878f681e2f0d6854fb0a4cdc.tar.gz
ayatana-indicator-notifications-f8e6f8502c18ac96878f681e2f0d6854fb0a4cdc.tar.bz2
ayatana-indicator-notifications-f8e6f8502c18ac96878f681e2f0d6854fb0a4cdc.zip
* New GSetting:
- "blacklist" - discard notifications matching appname
Diffstat (limited to 'data')
-rw-r--r--data/net.launchpad.indicator.notifications.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/net.launchpad.indicator.notifications.gschema.xml.in.in b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
index 13c5ebc..43ece43 100644
--- a/data/net.launchpad.indicator.notifications.gschema.xml.in.in
+++ b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
@@ -1,5 +1,10 @@
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="net.launchpad.indicator.notifications" path="/net/launchpad/indicator/notifications/">
+ <key name="blacklist" type="as">
+ <default>[]</default>
+ <_summary>Discard notifications by application name</_summary>
+ <_description>If an application name is in the blacklist, all notifications matching the application name will be discarded.</_description>
+ </key>
<key name="hide-indicator" type="b">
<default>false</default>
<_summary>Hide the indicator</_summary>