summaryrefslogtreecommitdiff
path: root/data/gsettings/org.gnome.shotwell-extras.gschema.xml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-06-14 20:36:17 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-06-14 20:36:17 +0200
commit31804433d72460cbe0a39f9f8ea5e76058d84cda (patch)
tree2084a84c39f159c6aea254775dc0880d52579d45 /data/gsettings/org.gnome.shotwell-extras.gschema.xml
parenta9898fb3f39c44a85876930ef6b2558052569ae6 (diff)
parentd443a3c2509889533ca812c163056bace396b586 (diff)
Update upstream source from tag 'upstream/0.32.1'
Update to upstream version '0.32.1' with Debian dir c460ad6e13d3c39eaa2d5399059385e64e6fba4c
Diffstat (limited to 'data/gsettings/org.gnome.shotwell-extras.gschema.xml')
-rw-r--r--data/gsettings/org.gnome.shotwell-extras.gschema.xml35
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>