~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to plugins/Weather/data/weather.gschema.xml

  • Committer: gotwig at ubuntu
  • Date: 2013-08-01 23:20:17 UTC
  • Revision ID: gotwig@ubuntu.com-20130801232017-kl9ihbcoyj9dnmia
radical new approach; service-states is meant to hold ALL states of widgets, which are essential for everyone, independent of its function
like update-interval, fonts, color. only look is implemented yet. functions will soon follow. Show these essential values the user in the plug.
Todo: Add an expander, hide button for this, as this are "advanced settings"

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            <default>"Celsius"</default>
14
14
            <summary>Specifies the unit for weather data.</summary>
15
15
        </key>
16
 
        <key name="update-interval" type="i">
17
 
            <default>1800000<!-- 30 min in ms//Weather data refreshs all 3 hours --></default>
18
 
            <summary>The time, in ms after which weather data gets updated</summary>
19
 
        </key>
20
16
    </schema>
21
17
</schemalist>