This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnome-panel.object.gschema.xml is in gnome-panel-data 1:3.8.0-1ubuntu11.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-panel-3.0">
  <schema id="org.gnome.gnome-panel.object">
    <key type="s" name="object-iid">
      <default>''</default>
      <summary>Object IID</summary>
      <description>The implementation ID of the object - e.g. "ClockAppletFactory::ClockApplet".</description>
    </key>
    <key type="s" name="toplevel-id">
      <default>''</default>
      <summary>Toplevel panel containing object</summary>
      <description>The identifier of the toplevel panel which contains this object.</description>
    </key>
    <key name="pack-type" enum="org.gnome.gnome-panel.PanelObjectPackType">
      <default>'start'</default>
      <summary>Interpret position relative to bottom/right edge</summary>
      <description>If set to 'end', the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel.</description>
    </key>
    <key type="i" name="pack-index">
      <default>0</default>
      <summary>Object's position on the panel</summary>
      <description>The position of this panel object. The position is specified by the number of pixels from the left (or top if vertical) panel edge.</description>
    </key>
  </schema>
</schemalist>