Mercurial > projects > package-update-indicator
view org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 45:4a859595eabd
Add debug logging when periodic checks are inhibited
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Thu, 05 Nov 2020 11:18:16 +0100 |
parents | 3d72ca76538d |
children | 24cba399757f |
line wrap: on
line source
<schemalist> <schema id="org.guido-berhoerster.code.package-update-indicator" path="/org/guido-berhoerster/code/package-update-indicator/" gettext-domain="package-update-indicator"> <key name="update-command" type="s"> <default>""</default> <summary>Update command</summary> <description>Command for installing updates.</description> </key> <key name="refresh-interval" type="u"> <default>86400</default> <summary>Refresh interval</summary> <description>The interval in seconds for refreshing metadata.</description> </key> <key name="use-mobile-connection" type="b"> <default>false</default> <summary>Whether to use a mobile connection</summary> <description>If enabled, use a mobile connection refreshing the package cache.</description> </key> </schema> </schemalist>