This file is indexed.

/usr/share/gir-1.0/Desktopcouch-1.0.gir is in libdesktopcouch-glib-dev 0.7.4-0ubuntu3.

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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0"?>
<!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations.  -->
<repository version="1.2"
            xmlns="http://www.gtk.org/introspection/core/1.0"
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
  <include name="Couchdb" version="1.0"/>
  <include name="GLib" version="2.0"/>
  <include name="GObject" version="2.0"/>
  <include name="Gio" version="2.0"/>
  <include name="Json" version="1.0"/>
  <namespace name="Desktopcouch"
             version="1.0"
             shared-library="libdesktopcouch-glib-1.0.so.2"
             c:identifier-prefixes="Desktopcouch"
             c:symbol-prefixes="desktopcouch">
    <class name="Service"
           c:symbol-prefix="service"
           c:type="DesktopcouchService"
           parent="GObject.Object"
           glib:type-name="DesktopcouchService"
           glib:get-type="desktopcouch_service_get_type"
           glib:type-struct="ServiceClass">
      <constructor name="new" c:identifier="desktopcouch_service_new">
        <doc xml:whitespace="preserve">Create a new #DesktopcouchService object, which is a wrapper that makes it possible
to run an instance of a CouchDB server for the current logged in user.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A #DesktopcouchService instance.</doc>
          <type name="Service" c:type="DesktopcouchService*"/>
        </return-value>
        <parameters>
          <parameter name="name" transfer-ownership="none">
            <doc xml:whitespace="preserve">Name to use for this instance of the service.</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <field name="parent">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv">
        <type name="ServicePrivate" c:type="DesktopcouchServicePrivate*"/>
      </field>
    </class>
    <record name="ServiceClass"
            c:type="DesktopcouchServiceClass"
            glib:is-gtype-struct-for="Service">
      <field name="parent_class">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="ServicePrivate"
            c:type="DesktopcouchServicePrivate"
            disguised="1">
    </record>
    <class name="Session"
           c:symbol-prefix="session"
           c:type="DesktopcouchSession"
           parent="Couchdb.Session"
           glib:type-name="DesktopcouchSession"
           glib:get-type="desktopcouch_session_get_type"
           glib:type-struct="SessionClass">
      <constructor name="new" c:identifier="desktopcouch_session_new">
        <doc xml:whitespace="preserve">Create a #CouchdbSession instance prepared to connect to desktopcouch. Once
created, applications can use the #CouchdbSession API to communicate with
the underlying CouchDB instance.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A #CouchdbSession instance.</doc>
          <type name="Session" c:type="DesktopcouchSession*"/>
        </return-value>
      </constructor>
      <field name="parent">
        <type name="Couchdb.Session" c:type="CouchdbSession"/>
      </field>
    </class>
    <record name="SessionClass"
            c:type="DesktopcouchSessionClass"
            glib:is-gtype-struct-for="Session">
      <field name="parent_class">
        <type name="Couchdb.SessionClass" c:type="CouchdbSessionClass"/>
      </field>
    </record>
  </namespace>
</repository>