This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gedit.plugins.translate.gschema.xml is in gedit-plugin-translate 3.28.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
<schemalist>
  <schema gettext-domain="gedit-plugins" id="org.gnome.gedit.plugins.translate" path="/org/gnome/gedit/plugins/translate/">
    <key name="output-to-document" type="b">
      <default>true</default>
      <summary>Where translation output is shown</summary>
      <description>
        If true, output of the translation is inserted in the document window if not in the Output Translate Window.
      </description>
    </key>
   <key name="language-pair" type="s">
      <default>'eng|spa'</default>
      <summary>Language pair used</summary>
      <description>
        Language pair used to translate from one language to another
      </description>
    </key>
   <key type="s" name="api-key">
      <default>''</default>
      <summary>API key for remote web service</summary>
      <description>
       API key for remote web service
      </description>
    </key>
   <key type="u" name="service">
      <default>0</default>
      <summary>Remote web service to use</summary>
      <description>
       Remote web service to use
      </description>
    </key>
   </schema>
</schemalist>