diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
commit | 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d (patch) | |
tree | d2e54377d14d604356c86862a326f64ae64dadd6 /misc/org.yorba.shotwell-extras.gschema.xml |
Imported Upstream version 0.18.1upstream/0.18.1
Diffstat (limited to 'misc/org.yorba.shotwell-extras.gschema.xml')
-rw-r--r-- | misc/org.yorba.shotwell-extras.gschema.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/misc/org.yorba.shotwell-extras.gschema.xml b/misc/org.yorba.shotwell-extras.gschema.xml new file mode 100644 index 0000000..17e66c7 --- /dev/null +++ b/misc/org.yorba.shotwell-extras.gschema.xml @@ -0,0 +1,38 @@ +<schemalist> + +<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-yandex-fotki" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-yandex-fotki/"> + <key name="auth-token" type="s"> + <default>""</default> + <summary>authentication token</summary> + <description>Yandex-Fotki authentication token, if logged in.</description> + </key> +</schema> + +<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-tumblr" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-tumblr/"> + <key name="token" type="s"> + <default>""</default> + <summary>Token</summary> + <description>The token to access tumblr</description> + </key> + + <key name="token-secret" type="s"> + <default>""</default> + <summary>Secret token</summary> + <description>The secret token to sign oauth requests</description> + </key> + + <key name="default-size" type="i"> + <default>2</default> + <summary>default size</summary> + <description>A numeric code representing the default size for photos uploaded to Tumblr</description> + </key> + + <key name="default-blog" type="i"> + <default>0</default> + <summary>default blog</summary> + <description>The name of the default blog of the user, if any</description> + </key> +</schema> + +</schemalist> + |