blob: ee9b6e046cd5a9699586af21883e06e02d238f53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>
|