diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 20:36:37 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 20:36:37 +0200 |
commit | bb80d3feebdc9acc52e3f4ad24084d8425f043a2 (patch) | |
tree | 2084a84c39f159c6aea254775dc0880d52579d45 /data/gsettings/org.gnome.shotwell-extras.gschema.xml | |
parent | b26ff0798252a1a8072dd2c7a67f6205de9fde11 (diff) | |
parent | 31804433d72460cbe0a39f9f8ea5e76058d84cda (diff) |
Merge branch 'feature/upstream' into develop
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> |