This file is indexed.

/usr/share/glib-2.0/schemas/com.canonical.indicator.network.gschema.xml is in indicator-network 0.7.1+16.04.20160406.1-0ubuntu1.

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
<schemalist>
  <schema id="com.canonical.indicator.network" path="/com/canonical/indicator/network/" gettext-domain="indicator-network">
    <key name="prompt-on-new-wifi-ap" type="b">
      <default>true</default>
      <summary>Whether we should show a dialog when a possible Wi-Fi network appears</summary>
      <description>
        Configures the behavior for discovery of the new networks and whether they result in a dialog being shown which allows for selection of the network.
      </description>
    </key>
    <key name="auto-join-previous" type="b">
      <default>true</default>
      <summary>Whether to join networks we've seen before automatically.</summary>
      <description>
        This gets set for the Wi-Fi device in Network Manager whether it autoconnects or not.
      </description>
    </key>
  </schema>
</schemalist>