aboutsummaryrefslogtreecommitdiff
path: root/data/net.launchpad.indicator.notifications.gschema.xml.in.in
blob: 43ece43a9798b00b82224fe6721d69810646555a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
      <_description>If true, the indicator is hidden.</_description>
    </key>
    <key name="max-items" type="i">
      <range min="1" max="10"/>
      <default>5</default>
      <_summary>Maximum number of visible items</_summary>
      <_description>The indicator will only display at most the number of notifications indicated by this value.</_description>
    </key>
  </schema>
</schemalist>