Add a View/Toolbar setting
[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   </schema>
22
23   <schema id="org.chimara-if.player.state" path="/org/chimara-if/player/state/">
24
25     <key name="last-open-path" type="ms">
26       <default>nothing</default>
27       <summary>Last open path</summary>
28       <description>
29         The path in which a game was last opened. The next Open dialog will
30         start in this path.
31       </description>
32     </key>
33
34     <key name="show-toolbar-default" type="b">
35       <default>true</default>
36       <summary>Show toolbar by default</summary>
37       <description>
38         Whether to show or hide the toolbar by default in new game windows.
39       </description>
40     </key>
41
42   </schema>
43 </schemalist>