projects/package-update-indicator
view org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 4:3d72ca76538d
Add setting to control whether to use a mobile connection
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Sun Jun 17 11:05:28 2018 +0200 (2018-06-17) |
parents | 6884bb8130ca |
children |
line source
1 <schemalist>
2 <schema id="org.guido-berhoerster.code.package-update-indicator"
3 path="/org/guido-berhoerster/code/package-update-indicator/"
4 gettext-domain="package-update-indicator">
5 <key name="update-command" type="s">
6 <default>""</default>
7 <summary>Update command</summary>
8 <description>Command for installing updates.</description>
9 </key>
10 <key name="refresh-interval" type="u">
11 <default>86400</default>
12 <summary>Refresh interval</summary>
13 <description>The interval in seconds for refreshing
14 metadata.</description>
15 </key>
16 <key name="use-mobile-connection" type="b">
17 <default>false</default>
18 <summary>Whether to use a mobile connection</summary>
19 <description>If enabled, use a mobile connection refreshing the package
20 cache.</description>
21 </key>
22 </schema>
23 </schemalist>