summaryrefslogtreecommitdiff
path: root/data/org.gnome.baobab.gschema.xml
blob: a45390377cbf82782e82081ace6a24384dbe8713 (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
<schemalist gettext-domain="baobab">
  <schema id="org.gnome.baobab" path="/org/gnome/baobab/">
    <child name="preferences" schema="org.gnome.baobab.preferences"/>
    <child name="ui" schema="org.gnome.baobab.ui"/>
  </schema>
  <schema id="org.gnome.baobab.preferences" path="/org/gnome/baobab/preferences/">
    <key name="excluded-uris" type="as">
      <default>[]</default>
      <summary>Excluded locations URIs</summary>
      <description>A list of URIs for locations to be excluded from scanning.</description>
    </key>
  </schema>
  <schema id="org.gnome.baobab.ui" path="/org/gnome/baobab/ui/">
    <key name="active-chart" type="s">
      <choices>
        <choice value='rings'/>
        <choice value='treemap'/>
      </choices>
      <default>'rings'</default>
      <summary>Active Chart</summary>
      <description>Which type of chart should be displayed.</description>
    </key>
    <key name="window-size" type="(ii)">
      <default>(960, 600)</default>
      <summary>Window size</summary>
      <description>The initial size of the window</description>
    </key>
    <key name="is-maximized" type="b">
      <default>false</default>
      <summary>Window Maximized</summary>
      <description>Whether or not the window is maximized</description>
    </key>
  </schema>
</schemalist>