File: dev.tchx84.Portfolio.gschema.xml

package info (click to toggle)
portfolio-filemanager 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 976 kB
  • sloc: python: 3,165; xml: 49; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="portfolio">
  <enum id='dev.tchx84.Portfolio.SortOrder'>
    <value nick='alphabetical' value='0'/>
    <value nick='modified_time' value='1'/>
  </enum>
	<schema id="dev.tchx84.Portfolio" path="/dev/tchx84/Portfolio/">
    <key name="show-hidden" type="b">
      <default>false</default>
    </key>
    <key name="sort-order" enum="dev.tchx84.Portfolio.SortOrder">
      <default>'alphabetical'</default>
    </key>
	</schema>
</schemalist>