This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.four-in-a-row.gschema.xml is in four-in-a-row 1:3.8.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/four-in-a-row/" id="org.gnome.four-in-a-row">
    <key type="i" name="player1">
      <default>0</default>
      <summary>Level of Player One</summary>
      <description>Zero is human; one through three correspond to the level of the computer player.</description>
    </key>
    <key type="i" name="player2">
      <default>1</default>
      <summary>Level of Player Two</summary>
      <description>Zero is human; one through three correspond to the level of the computer player.</description>
    </key>
    <key type="i" name="theme-id">
      <default>3</default>
      <summary>Theme ID</summary>
      <description>A number specifying the preferred theme.</description>
    </key>
    <key type="b" name="animate">
      <default>true</default>
      <summary>Animate</summary>
      <description>Whether or not to use animation.</description>
    </key>
    <key type="b" name="sound">
      <default>true</default>
      <summary>Sound</summary>
      <description>Whether or not to play event sounds.</description>
    </key>
    <key type="i" name="key-left">
      <default>65361</default>
      <summary>Move left</summary>
      <description>Key press to move left.</description>
    </key>
    <key type="i" name="key-right">
      <default>65363</default>
      <summary>Move right</summary>
      <description>Key press to move right.</description>
    </key>
    <key type="i" name="key-drop">
      <default>65364</default>
      <summary>Drop marble</summary>
      <description>Key press to drop a marble.</description>
    </key>
  </schema>
</schemalist>