diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-28 21:35:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-28 21:35:52 +0200 |
commit | b86540b743f1a87a163ffb811c8fe22a01fefa38 (patch) | |
tree | b47cb3bb83c2377234226fb3987ab3320a987dd9 /data/gsettings/org.gnome.shotwell-extras.gschema.xml | |
parent | ac6e0b731b9f0b2efd392e3309a5c07e2a66adad (diff) | |
parent | e905d8e16eec152d19797937f13ba3cf4b8f8aca (diff) |
Merge branch 'release/debian/0.32.1-1'debian/0.32.1-1
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> |