This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.yelp.gschema.xml is in yelp 3.26.0-1ubuntu2.

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
<schemalist>
<schema id="org.gnome.yelp" path="/org/gnome/yelp/">
  <key name="show-cursor" type="b">
    <default>false</default>
  </key>
  <key name="font-adjustment" type="i">
    <default>0</default>
    <!--
        I'm supposed to be able to do this, but gschema-compile doesn't allow it.
        https://bugzilla.gnome.org/show_bug.cgi?id=616432
        https://bugzilla.gnome.org/show_bug.cgi?id=616102
    <range>
      <min>-3</min>
      <max>10</max>
    </range>
    -->
  </key>
</schema>
<schema id="org.gnome.yelp.documents">
  <key name="geometry" type="(ii)">
    <default>(520,580)</default>
  </key>
  <key name="bookmarks" type="a(sss)">
    <default>[]</default>
  </key>
  <key name="readlater" type="a(ss)">
    <default>[]</default>
  </key>
</schema>
</schemalist>