podcasts/podcasts-gtk/resources/org.gnome.Podcasts.gschema.xml
Piotr Drąg 14e5f33f2a gschema: Add gettext-domain
Without it DConf Editor won’t show localized schemas.
2018-08-11 01:35:28 +02:00

68 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<enum id="org.gnome.Podcasts.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/Podcasts/" id="org.gnome.Podcasts" gettext-domain="gnome-podcasts">
<key name="persist-window-geometry-top" type="i">
<default>-1</default>
<summary>Top position of the last open main window</summary>
</key>
<key name="persist-window-geometry-left" type="i">
<default>-1</default>
<summary>Left position of the last open main window</summary>
</key>
<key name="persist-window-geometry-height" type="i">
<default>640</default>
<summary>Height of the last open main window</summary>
</key>
<key name="persist-window-geometry-width" type="i">
<default>860</default>
<summary>Width of the last open main window</summary>
</key>
<key name="persist-window-geometry-maximized" type="b">
<default>false</default>
<summary>Maximized state of the last open main window</summary>
</key>
<key name="dark-theme" type="b">
<default>false</default>
<summary>Enable or disable dark theme</summary>
</key>
<key name="refresh-interval" type="b">
<default>true</default>
<summary>Whether to periodically refresh content</summary>
</key>
<key name="refresh-interval-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="refresh-interval-period" enum="org.gnome.Podcasts.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>Whether to refresh content after startup</summary>
</key>
<key name="cleanup-age-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="cleanup-age-period" enum="org.gnome.Podcasts.timePeriods">
<default>'days'</default>
<summary>What period of time to wait between automatic cleanups</summary>
</key>
</schema>
</schemalist>