1<schemalist gettext-domain="@GETTEXT_PACKAGE@">
2  <schema id="org.mate.disk-usage-analyzer" path="/org/mate/disk-usage-analyzer/">
3    <child name="preferences" schema="org.mate.disk-usage-analyzer.preferences"/>
4    <child name="ui" schema="org.mate.disk-usage-analyzer.ui"/>
5  </schema>
6  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer.preferences" path="/org/mate/disk-usage-analyzer/preferences/">
7    <key name="monitor-home" type="b">
8      <default>false</default>
9      <summary>Monitor Home</summary>
10      <description>Whether any change to the home directory should be monitored.</description>
11    </key>
12    <key name="excluded-uris" type="as">
13      <default>[]</default>
14      <summary>Excluded partitions URIs</summary>
15      <description>A list of URIs for partitions to be excluded from scanning.</description>
16    </key>
17  </schema>
18  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer.ui" path="/org/mate/disk-usage-analyzer/ui/">
19    <key name="toolbar-visible" type="b">
20      <default>true</default>
21      <summary>Toolbar is Visible</summary>
22      <description>Whether the toolbar should be visible in main window.</description>
23    </key>
24    <key name="statusbar-visible" type="b">
25      <default>false</default>
26      <summary>Statusbar is Visible</summary>
27      <description>Whether the status bar at the bottom of main window	should be visible.</description>
28    </key>
29    <key name="subfoldertips-visible" type="b">
30      <default>true</default>
31      <summary>Subfolder tips visible</summary>
32      <description>Whether the subfolder tooltips of the selected folder are drawn.</description>
33    </key>
34    <key name="active-chart" type="s">
35      <default>'rings'</default>
36      <summary>Active Chart</summary>
37      <description>Which type of chart should be displayed.</description>
38    </key>
39  </schema>
40</schemalist>
41