File: org.gnome.mines.gschema.xml

package info (click to toggle)
gnome-mines 1%3A3.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,436 kB
  • ctags: 753
  • sloc: ansic: 9,582; sh: 1,237; makefile: 156; xml: 61
file content (61 lines) | stat: -rw-r--r-- 2,367 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<schemalist>
  <schema id="org.gnome.mines" path="/org/gnome/mines/" gettext-domain="gnome-mines">
    <key name="theme" type="s">
      <default>'default'</default>
      <summary>The theme to use</summary>
      <description>The title of the tile theme to use.</description>
    </key>
    <key name="use-question-marks" type="b">
      <default>true</default>
      <summary>Use the unknown flag</summary>
      <description>Set to true to be able to mark squares as unknown.</description>
    </key>
    <key name="use-overmine-warning" type="b">
      <default>false</default>
      <summary>Warning about too many flags</summary>
      <description>Set to true to enable warning icons when too many flags are placed next to a numbered tile.</description>
    </key>
    <key name="use-autoflag" type="b">
      <default>false</default>
      <summary>Enable automatic placing of flags</summary>
      <description>Set to true to automatically flag squares as mined when enough squares are revealed</description>
    </key>
    <key name="use-animations" type="b">
      <default>true</default>
      <summary>Enable animations</summary>
      <description>Set to false to disable theme-defined transition animations</description>
    </key>
    <key name="xsize" type="i">
      <default>16</default>
      <range min="4" max="100" />
      <summary>Number of columns in a custom game</summary>
    </key>
    <key name="ysize" type="i">
      <default>16</default>
      <range min="4" max="100" />
      <summary>Number of rows in a custom game</summary>
    </key>
    <key name="nmines" type="i">
      <default>40</default>
      <summary>The number of mines in a custom game</summary>
    </key>
    <key name="mode" type="i">
      <default>0</default>
      <range min="0" max="3" />
      <summary>Board size</summary>
      <description>Size of the board (0-2 = small-large, 3=custom)</description>
    </key>
    <key name="window-width" type="i">
      <default>600</default>
      <summary>Width of the window in pixels</summary>
    </key>
    <key name="window-height" type="i">
      <default>400</default>
      <summary>Height of the window in pixels</summary>
    </key>
    <key name="window-is-maximized" type="b">
      <default>false</default>
      <summary>true if the window is maximized</summary>
    </key>
  </schema>
</schemalist>