podcasts/hammond-gtk/resources/org.gnome.Hammond.gschema.xml
2018-03-16 20:38:37 +01:00

50 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<enum id="org.gnome.Hammond.timePeriods">
<value nick="seconds" value="1"/>
<value nick="minutes" value="2"/>
<value nick="hours" value="3"/>
<value nick="days" value="4"/>
<value nick="weeks" value="5"/>
<value nick="months" value="6"/>
</enum>
<schema path="/org/gnome/hammond/" id="org.gnome.Hammond">
<key name="dark-theme" type="b">
<default>false</default>
<summary>Enable or disable dark theme</summary>
</key>
<key name="auto-refresh" type="b">
<default>true</default>
<summary>Wheather to periodically refresh content</summary>
</key>
<key name="auto-refresh-time" type="i">
<range min="1" max="100"/>
<default>1</default>
<summary>How many periods of time to wait between automatic refreshes</summary>
</key>
<key name="auto-refresh-period" enum="org.gnome.Hammond.timePeriods">
<default>'hours'</default>
<summary>What period of time to wait between automatic refreshes</summary>
</key>
<key name="refresh-on-startup" type="b">
<default>true</default>
<summary>Wheather to refresh content after startup</summary>
</key>
<key name="auto-cleanup" type="b">
<default>true</default>
<summary>Wheather to periodically cleanup content</summary>
</key>
<key name="auto-cleanup-time" type="i">
<range min="1" max="100"/>
<default>2</default>
<summary>How many periods of time to wait between automatic cleanups</summary>
</key>
<key name="auto-cleanup-period" enum="org.gnome.Hammond.timePeriods">
<default>'days'</default>
<summary>What period of time to wait between automatic cleanups</summary>
</key>
</schema>
</schemalist>