~ubuntu-branches/ubuntu/utopic/gnome-clocks/utopic

« back to all changes in this revision

Viewing changes to data/org.gnome.clocks.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-01-16 17:34:02 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140116173402-6n9l3axnfdo1hjtt
Tags: 3.10.1-0ubuntu1
* New upstream release that works with current libgweather.
* debian/control.in: Bump gtk and libgweather build deps, add
  libgeocode-glib-dev and geoclue-2.0 build deps as per upstream
  configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<schemalist>
2
 
  <schema id="org.gnome.clocks" path="/org/gnome/clocks/" gettext-domain="@GETTEXT_PACKAGE@">
3
 
    <key name="world-clocks" type="aa{sv}">
4
 
      <default>[]</default>
5
 
      <_summary>Configured world clocks</_summary>
6
 
      <_description>
7
 
        List of world clocks to show.
8
 
      </_description>
9
 
    </key>
10
 
    <key name="alarms" type="aa{sv}">
11
 
      <default>[]</default>
12
 
      <_summary>Configured alarms</_summary>
13
 
      <_description>
14
 
        List of alarms set.
15
 
      </_description>
16
 
    </key>
17
 
    <key name="timer" type="u">
18
 
      <default>300</default>
19
 
      <_summary>Timer</_summary>
20
 
      <_description>
21
 
        Configured timer duration in seconds.
22
 
      </_description>
23
 
    </key>
24
 
  </schema>
25
 
</schemalist>