This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.PrepaidManager.gschema.xml is in prepaid-manager-applet 0.0.3.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/apps/prepaid-manager/" id="org.gnome.PrepaidManager" gettext-domain="prepaid-manager-applet">
    <key type="as" name="accounts">
      <default>[]</default>
      <summary>Accounts</summary>
      <description>List of configured accounts. The account at your GSM/UMTS provider is identified by the imsi on your SIM card.</description>
    </key>
  </schema>

  <schema id="org.gnome.PrepaidManager.account" gettext-domain="prepaid-manager-applet">
    <key type="s" name="provider">
      <default>""</default>
      <summary>The providers name</summary>
      <description>The name of the mobile broadband provider.</description>
    </key>
    <key type="s" name="country">
      <default>""</default>
      <summary>The country the provider operates in</summary>
      <description>This is the country where you bought the SIM card.</description>
    </key>
    <key type="s" name="balance">
      <default>"The current balance is unknown."</default>
      <summary>Balance</summary>
      <description>The current balance of this account.</description>
    </key>
    <key type="s" name="timestamp">
      <default>""</default>
      <summary>Update timestamp</summary>
      <description>The last time the balance got updated.</description>
    </key>
  </schema>
</schemalist>