summaryrefslogtreecommitdiff
path: root/misc/org.yorba.shotwell-extras.gschema.xml
blob: 17e66c7ea2052e4c2b18b3fd5f07716c5b35de58 (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
36
37
38
<schemalist>

<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-yandex-fotki" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-yandex-fotki/">
    <key name="auth-token" type="s">
        <default>""</default>
        <summary>authentication token</summary>
        <description>Yandex-Fotki authentication token, if logged in.</description>
    </key>
</schema>

<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-tumblr" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-tumblr/">
    <key name="token" type="s">
        <default>""</default>
        <summary>Token</summary>
        <description>The token to access tumblr</description>
    </key>
    
    <key name="token-secret" type="s">
        <default>""</default>
        <summary>Secret token</summary>
        <description>The secret token to sign oauth requests</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>