aboutsummaryrefslogtreecommitdiff
path: root/data/net.launchpad.indicator.notifications.gschema.xml.in.in
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2013-02-17 22:38:46 -0500
committerJason Conti <jason.conti@gmail.com>2013-02-17 22:38:46 -0500
commit075774fe6081997a2c878ed19c7520c17790a279 (patch)
tree4cc08aa8fdd63dac9769440912bbf18f48d41c90 /data/net.launchpad.indicator.notifications.gschema.xml.in.in
parent233e68ff2470d5317d8d44eb00bc3984e415d146 (diff)
downloadayatana-indicator-notifications-075774fe6081997a2c878ed19c7520c17790a279.tar.gz
ayatana-indicator-notifications-075774fe6081997a2c878ed19c7520c17790a279.tar.bz2
ayatana-indicator-notifications-075774fe6081997a2c878ed19c7520c17790a279.zip
* Add GSettings support.
- hide-indicator key to show/hide the indicator - max-items key to change the maximum number of displayed notifications
Diffstat (limited to 'data/net.launchpad.indicator.notifications.gschema.xml.in.in')
-rw-r--r--data/net.launchpad.indicator.notifications.gschema.xml.in.in15
1 files changed, 15 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
new file mode 100644
index 0000000..13c5ebc
--- /dev/null
+++ b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
@@ -0,0 +1,15 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="net.launchpad.indicator.notifications" path="/net/launchpad/indicator/notifications/">
+ <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>