diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 10:37:03 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 10:37:03 -0500 |
commit | d3732ff1a0d149544f89d08fa489e4f0fca8da07 (patch) | |
tree | 2136f27b75887c1a7f16c21b7f7418e9c7efb33d /data/com.canonical.indicator.datetime.gschema.xml.in | |
parent | 15a383a7b027d281dcdaa85a43eb3563031366bf (diff) | |
download | ayatana-indicator-datetime-d3732ff1a0d149544f89d08fa489e4f0fca8da07.tar.gz ayatana-indicator-datetime-d3732ff1a0d149544f89d08fa489e4f0fca8da07.tar.bz2 ayatana-indicator-datetime-d3732ff1a0d149544f89d08fa489e4f0fca8da07.zip |
add snooze properties to our schema; export it on the bus; add tests
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml.in')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml.in b/data/com.canonical.indicator.datetime.gschema.xml.in index 4e4acd8..edcede2 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml.in +++ b/data/com.canonical.indicator.datetime.gschema.xml.in @@ -154,5 +154,13 @@ How long the alarm's sound will be looped if its snap decision is not dismissed by the user. </_description> </key> + <key name="snooze-duration-minutes" type="u"> + <range min="1" max="20"/> + <default>5</default> + <_summary>The snooze duration.</_summary> + <_description> + How long to wait when the user hits the Snooze button. + </_description> + </key> </schema> </schemalist> |