blob: 3e8a2a7df4ee40201e75ffe054ed45dc9da62070 (
plain) (
blame)
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
39
40
41
42
43
|
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution" path="/org/gnome/evolution/">
<key name="version" type="s">
<default>''</default>
<_summary>Configuration version</_summary>
<_description>The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</_description>
</key>
<key name="last-upgraded-version" type="s">
<default>''</default>
<_summary>Last upgraded configuration version</_summary>
<_description>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</_description>
</key>
<key name="disabled-eplugins" type="as">
<default>[]</default>
<_summary>List of disabled plugins</_summary>
<_description>The list of disabled plugins in Evolution</_description>
</key>
</schema>
<!-- Relocatable schema for persistent window size and position. -->
<schema gettext-domain="evolution" id="org.gnome.evolution.window">
<key name="x" type="i">
<default>0</default>
<_summary>The window's X coordinate</_summary>
</key>
<key name="y" type="i">
<default>0</default>
<_summary>The window's Y coordinate</_summary>
</key>
<key name="width" type="i">
<default>0</default>
<_summary>The window's width in pixels</_summary>
</key>
<key name="height" type="i">
<default>0</default>
<_summary>The window's height in pixels</_summary>
</key>
<key name="maximized" type="b">
<default>false</default>
<_summary>Whether the window is maximized</_summary>
</key>
</schema>
</schemalist>
|