diff options
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> + |