This file is indexed.

/usr/share/doc/libglibmm-2.4-dev/examples/settings/org.gtkmm.demo.gschema.xml is in libglibmm-2.4-doc 2.56.0-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
<schemalist>
	<schema id="org.gtkmm.demo" path="/">
        <key type="i" name="test-int">
            <default>42</default>
            <summary>An integer value</summary>
        </key>
        <key type="s" name="test-string">
            <default>"Magnificent Frigatebird"</default>
            <summary>A string value</summary>
        </key>
    </schema>
</schemalist>