This file is indexed.

/usr/share/gir-1.0/GnomeAutoarGtk-0.1.gir is in libgnome-autoar-gtk-0-dev 0.2.3-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
 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
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
<?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="GnomeAutoar" version="0.1"/>
  <include name="Gtk" version="3.0"/>
  <c:include name="gnome-autoar/autoar-gtk.h"/>
  <namespace name="GnomeAutoarGtk"
             version="0.1"
             shared-library="libgnome-autoar-gtk-0.so.0"
             c:identifier-prefixes="AutoarGtk"
             c:symbol-prefixes="autoar_gtk">
    <function name="chooser_advanced_get"
              c:identifier="autoar_gtk_chooser_advanced_get">
      <doc xml:space="preserve">Gets the selected archive format of the widget created by
autoar_gtk_chooser_advanced_new().</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">%TRUE if @format and @filter are set. %FALSE if there is no
selected item on @advanced, so @format and @filter are not modified.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="advanced" transfer-ownership="none">
          <doc xml:space="preserve">a #GtkGrid returned by autoar_gtk_chooser_advanced_new()</doc>
          <type name="Gtk.Widget" c:type="GtkWidget*"/>
        </parameter>
        <parameter name="format" transfer-ownership="none">
          <doc xml:space="preserve">the place to store the #AutoarFormat selected by the user</doc>
          <type name="gint" c:type="int*"/>
        </parameter>
        <parameter name="filter" transfer-ownership="none">
          <doc xml:space="preserve">the place to store the #AutoarFilter selected by the user</doc>
          <type name="gint" c:type="int*"/>
        </parameter>
      </parameters>
    </function>
    <function name="chooser_advanced_new"
              c:identifier="autoar_gtk_chooser_advanced_new">
      <doc xml:space="preserve">Create a #GtkGrid with two lists. One list shows all available formats,
and the other list shows all available filters.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">a new #GtkGrid widget</doc>
        <type name="Gtk.Widget" c:type="GtkWidget*"/>
      </return-value>
      <parameters>
        <parameter name="default_format" transfer-ownership="none">
          <doc xml:space="preserve">an #AutoarFormat</doc>
          <type name="GnomeAutoar.Format" c:type="AutoarFormat"/>
        </parameter>
        <parameter name="default_filter" transfer-ownership="none">
          <doc xml:space="preserve">an #AutoarFilter</doc>
          <type name="GnomeAutoar.Filter" c:type="AutoarFilter"/>
        </parameter>
      </parameters>
    </function>
    <function name="chooser_simple_get"
              c:identifier="autoar_gtk_chooser_simple_get">
      <doc xml:space="preserve">Gets the selected archive format of the widget created by
autoar_gtk_chooser_simple_new().</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">%TRUE if @format and @filter are set. %FALSE if there is no
selected item on @simple, so @format and @filter are not modified.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="simple" transfer-ownership="none">
          <doc xml:space="preserve">a #GtkComboBox returned by autoar_gtk_chooser_simple_new()</doc>
          <type name="Gtk.Widget" c:type="GtkWidget*"/>
        </parameter>
        <parameter name="format" transfer-ownership="none">
          <doc xml:space="preserve">the place to store the #AutoarFormat selected by the user</doc>
          <type name="gint" c:type="int*"/>
        </parameter>
        <parameter name="filter" transfer-ownership="none">
          <doc xml:space="preserve">the place to store the #AutoarFilter selected by the user</doc>
          <type name="gint" c:type="int*"/>
        </parameter>
      </parameters>
    </function>
    <function name="chooser_simple_new"
              c:identifier="autoar_gtk_chooser_simple_new">
      <doc xml:space="preserve">Create a #GtkComboBox with a list of common archive format. There is also
an option called "Other format…", which will use
autoar_gtk_chooser_advanced_new() and
autoar_gtk_chooser_advanced_get() to select less common archive
format. Arguments @default_format and @default_filter are the default archive
format selected on the returned widget. You may want to get the preferred
format of users using autoar_pref_get_default_format() and
autoar_pref_get_default_filter(), or just set them to 1 to select
the default archive format.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">a new #GtkComboBox widget</doc>
        <type name="Gtk.Widget" c:type="GtkWidget*"/>
      </return-value>
      <parameters>
        <parameter name="default_format" transfer-ownership="none">
          <doc xml:space="preserve">an #AutoarFormat</doc>
          <type name="GnomeAutoar.Format" c:type="AutoarFormat"/>
        </parameter>
        <parameter name="default_filter" transfer-ownership="none">
          <doc xml:space="preserve">an #AutoarFilter</doc>
          <type name="GnomeAutoar.Filter" c:type="AutoarFilter"/>
        </parameter>
      </parameters>
    </function>
  </namespace>
</repository>