Finished preferred interpreters list
[projects/chimara/chimara.git] / player / org.chimara-if.gschema.xml
1 <schemalist>
2   <!-- Keys and key names are subject to change without notice, until we have
3   a spec-->
4   <!-- "b" = boolean; see documentation of GVariantType -->
5
6   <schema id="org.chimara-if.player" path="/org/chimara-if/player/">
7     <child name="preferences" schema="org.chimara-if.player.preferences"/>
8     <child name="state" schema="org.chimara-if.player.state"/>
9   </schema>
10
11   <schema id="org.chimara-if.player.preferences" path="/org/chimara-if/player/preferences/">
12
13     <key name="flep" type="b"> 
14       <default>false</default>
15       <summary>Flepping</summary>
16       <description>
17         Whether to flep or not while gronking a bloop.
18       </description>
19     </key>
20
21     <key name="resource-path" type="ms">
22       <default>nothing</default>
23       <summary>Resource path</summary>
24       <description>
25         Where to look for Blorb resource files containing graphics and sound;
26         normally, these are part of the story file itself, but they are provided
27         as separate files in some older games.
28       </description>
29     </key>
30
31     <key name="preferred-interpreters" type="a{ss}">
32       <default>{'z5': 'frotz',
33                 'z6': 'nitfol',
34                 'z8': 'frotz',
35                 'zblorb': 'frotz',
36                 'glulx': 'glulxe',
37                 'gblorb': 'glulxe'}</default>
38       <summary>Preferred interpreters</summary>
39       <description>
40         Preferred interpreters for opening each format of story file.
41       </description>
42     </key>
43
44   </schema>
45
46   <schema id="org.chimara-if.player.state" path="/org/chimara-if/player/state/">
47
48     <key name="last-open-path" type="ms">
49       <default>nothing</default>
50       <summary>Last open path</summary>
51       <description>
52         The path in which a game was last opened. The next Open dialog will
53         start in this path.
54       </description>
55     </key>
56
57     <key name="show-toolbar-default" type="b">
58       <default>true</default>
59       <summary>Show toolbar by default</summary>
60       <description>
61         Whether to show or hide the toolbar by default in new game windows.
62       </description>
63     </key>
64
65   </schema>
66 </schemalist>