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
commit5ef0c2012fa0f846f0da43fb4bab2459d146c46a (patch)
tree5c3b06c7fb42bb5130ce433736a429c3d372a523 /data
parentd16be93d5eee83c542d9766650e2b795dbc43240 (diff)
downloadayatana-indicator-notifications-5ef0c2012fa0f846f0da43fb4bab2459d146c46a.tar.gz
ayatana-indicator-notifications-5ef0c2012fa0f846f0da43fb4bab2459d146c46a.tar.bz2
ayatana-indicator-notifications-5ef0c2012fa0f846f0da43fb4bab2459d146c46a.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>