Mercurial > projects > package-update-indicator
diff org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 0:6884bb8130ca
Initial revision
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Sun, 20 May 2018 11:32:57 +0200 |
parents | |
children | 3d72ca76538d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.guido-berhoerster.code.package-update-indicator.gschema.xml Sun May 20 11:32:57 2018 +0200 @@ -0,0 +1,17 @@ +<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> + </schema> +</schemalist>