diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-18 10:26:47 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-18 10:26:47 -0800 |
commit | 4bf85370cb70b15e8401a2477a6734528a88d257 (patch) | |
tree | 12d8fac0a43fda29116866a7b131960fb5d27c49 /baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in | |
parent | 266894647388df80ab6bc6d3b38201db863a9488 (diff) | |
parent | 507090e64e66315d6dad960791489a477dced017 (diff) | |
download | mate-utils-4bf85370cb70b15e8401a2477a6734528a88d257.tar.bz2 mate-utils-4bf85370cb70b15e8401a2477a6734528a88d257.tar.xz |
Merge pull request #9 from bhull2010/master
Port disk-usage-analyzer to Gsettings
Diffstat (limited to 'baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in')
-rw-r--r-- | baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in new file mode 100644 index 00000000..26801491 --- /dev/null +++ b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in @@ -0,0 +1,40 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer" path="/org/mate/disk-usage-analyzer/"> + <child name="preferences" schema="org.mate.disk-usage-analyzer.preferences"/> + <child name="ui" schema="org.mate.disk-usage-analyzer.ui"/> + </schema> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer.preferences" path="/org/mate/disk-usage-analyzer/preferences/"> + <key name="monitor-home" type="b"> + <default>false</default> + <_summary>Monitor Home</_summary> + <_description>Whether any change to the home directory should be monitored.</_description> + </key> + <key name="excluded-uris" type="as"> + <default>[]</default> + <_summary>Excluded partitions URIs</_summary> + <_description>A list of URIs for partitions to be excluded from scanning.</_description> + </key> + </schema> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer.ui" path="/org/mate/disk-usage-analyzer/ui/"> + <key name="toolbar-visible" type="b"> + <default>true</default> + <_summary>Toolbar is Visible</_summary> + <_description>Whether the toolbar should be visible in main window.</_description> + </key> + <key name="statusbar-visible" type="b"> + <default>false</default> + <_summary>Statusbar is Visible</_summary> + <_description>Whether the status bar at the bottom of main window should be visible.</_description> + </key> + <key name="subfoldertips-visible" type="b"> + <default>true</default> + <_summary>Subfolder tips visible</_summary> + <_description>Whether the subfolder tooltips of the selected folder are drawn.</_description> + </key> + <key name="active-chart" type="s"> + <default>'rings'</default> + <_summary>Active Chart</_summary> + <_description>Which type of chart should be displayed.</_description> + </key> + </schema> +</schemalist> |