diff options
Diffstat (limited to 'data/gsettings/org.gnome.shotwell-extras.gschema.xml')
-rw-r--r-- | data/gsettings/org.gnome.shotwell-extras.gschema.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/gsettings/org.gnome.shotwell-extras.gschema.xml b/data/gsettings/org.gnome.shotwell-extras.gschema.xml new file mode 100644 index 0000000..ee9b6e0 --- /dev/null +++ b/data/gsettings/org.gnome.shotwell-extras.gschema.xml @@ -0,0 +1,35 @@ +<schemalist gettext-domain="shotwell"> + +<schema id="org.gnome.shotwell.sharing.org-gnome-shotwell-publishing-tumblr"> + <key name="access-phase-token" type="s"> + <default>""</default> + <summary>OAuth Access Phase Token</summary> + <description>The authorization token for the currently logged in Tumblr user, if any</description> + </key> + + <key name="access-phase-token-secret" type="s"> + <default>""</default> + <summary>OAuth Access Phase Token Secret</summary> + <description>The cryptographic secret used to sign requests against the authorization token for the currently logged in Tumblr user, if any</description> + </key> + + <key name="access-phase-username" type="s"> + <default>""</default> + <summary>username</summary> + <description>The user name of the currently logged in Flickr user, if any</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> |