This file is indexed.

/usr/share/gir-1.0/Libertine-1.gir is in gir1.2-libertine 1.0.0+16.04.20160411-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
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
87
88
<?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="GObject" version="2.0"/>
  <package name="libertine-1"/>
  <c:include name="libertine.h"/>
  <namespace name="Libertine"
             version="1"
             shared-library="liblibertine.so.1"
             c:identifier-prefixes="Libertine"
             c:symbol-prefixes="libertine">
    <function name="container_home_path"
              c:identifier="libertine_container_home_path">
      <doc xml:space="preserve">Calculates the path to the mapped home dir of @container_id.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">Path to the mapped home dir or NULL if it is not found.
    Should be free'd with g_free().</doc>
        <type name="utf8" c:type="gchar*"/>
      </return-value>
      <parameters>
        <parameter name="container_id" transfer-ownership="none">
          <doc xml:space="preserve">ID of the container</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="container_name" c:identifier="libertine_container_name">
      <doc xml:space="preserve">Gets the human readable name of @container_id.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">Human readable string for @container_id.
    Should be free'd with g_free().</doc>
        <type name="utf8" c:type="gchar*"/>
      </return-value>
      <parameters>
        <parameter name="container_id" transfer-ownership="none">
          <doc xml:space="preserve">ID of the container</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="container_path" c:identifier="libertine_container_path">
      <doc xml:space="preserve">Calculates the full path to the rootfs of @container_id.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">Path to the rootfs or NULL if it is not found.
    Should be free'd with g_free().</doc>
        <type name="utf8" c:type="gchar*"/>
      </return-value>
      <parameters>
        <parameter name="container_id" transfer-ownership="none">
          <doc xml:space="preserve">ID of the container</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="list_apps_for_container"
              c:identifier="libertine_list_apps_for_container">
      <doc xml:space="preserve">Gets the list of existing apps installed in a container.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">A NULL terminated list of
    app IDs.  Should be free'd with g_strfreev().</doc>
        <array c:type="gchar**">
          <type name="utf8"/>
        </array>
      </return-value>
      <parameters>
        <parameter name="container_id" transfer-ownership="none">
          <doc xml:space="preserve">ID of the container</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="list_containers" c:identifier="libertine_list_containers">
      <doc xml:space="preserve">Gets the list of existing containers for the user.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">A NULL terminated list of
    container IDs.  Should be free'd with g_strfreev().</doc>
        <array c:type="gchar**">
          <type name="utf8"/>
        </array>
      </return-value>
    </function>
  </namespace>
</repository>