This file is indexed.

/usr/share/gir-1.0/ClutterGdk-1.0.gir is in libclutter-1.0-dev 1.16.4-0ubuntu2.

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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?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="Clutter" version="1.0"/>
  <include name="Gdk" version="3.0"/>
  <package name="clutter-gdk-1.0"/>
  <c:include name="clutter/gdk/clutter-gdk.h"/>
  <namespace name="ClutterGdk"
             version="1.0"
             shared-library="libclutter-1.0.so.0"
             c:identifier-prefixes="ClutterGdk"
             c:symbol-prefixes="clutter_gdk">
    <function name="disable_event_retrieval"
              c:identifier="clutter_gdk_disable_event_retrieval"
              version="1.10">
      <doc xml:space="preserve">Disable the event retrieval in Clutter.

Callers of this function have to set up an event filter using the
GDK API, and call clutter_gdk_handle_event().

This function should only be used when embedding Clutter into
a GDK based toolkit.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
    </function>
    <function name="get_default_display"
              c:identifier="clutter_gdk_get_default_display"
              version="0.6">
      <doc xml:space="preserve">Retrieves the pointer to the default display.</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">the default display</doc>
        <type name="Gdk.Display" c:type="GdkDisplay*"/>
      </return-value>
    </function>
    <function name="get_stage_from_window"
              c:identifier="clutter_gdk_get_stage_from_window"
              version="1.10">
      <doc xml:space="preserve">Gets the stage for a particular X window.</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">A #ClutterStage, or% NULL if a stage
  does not exist for the window</doc>
        <type name="Clutter.Stage" c:type="ClutterStage*"/>
      </return-value>
      <parameters>
        <parameter name="window" transfer-ownership="none">
          <doc xml:space="preserve">a #GtkWindow</doc>
          <type name="Gdk.Window" c:type="GdkWindow*"/>
        </parameter>
      </parameters>
    </function>
    <function name="get_stage_window"
              c:identifier="clutter_gdk_get_stage_window"
              version="1.10">
      <doc xml:space="preserve">Gets the stages GdkWindow.</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">A GdkWindow* for the stage window.</doc>
        <type name="Gdk.Window" c:type="GdkWindow*"/>
      </return-value>
      <parameters>
        <parameter name="stage" transfer-ownership="none">
          <doc xml:space="preserve">a #ClutterStage</doc>
          <type name="Clutter.Stage" c:type="ClutterStage*"/>
        </parameter>
      </parameters>
    </function>
    <function name="handle_event" c:identifier="clutter_gdk_handle_event">
      <doc xml:space="preserve">This function processes a single GDK event; it can be used to hook
into external event processing</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">#GdkFilterReturn. %GDK_FILTER_REMOVE indicates that
 Clutter has internally handled the event and the caller should do
 no further processing. %GDK_FILTER_CONTINUE indicates that Clutter
 is either not interested in the event, or has used the event to
 update internal state without taking any exclusive action.
 %GDK_FILTER_TRANSLATE will not occur.</doc>
        <type name="Gdk.FilterReturn" c:type="GdkFilterReturn"/>
      </return-value>
      <parameters>
        <parameter name="event" transfer-ownership="none">
          <doc xml:space="preserve">a #GdkEvent</doc>
          <type name="Gdk.Event" c:type="GdkEvent*"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_display"
              c:identifier="clutter_gdk_set_display"
              version="0.8">
      <doc xml:space="preserve">Sets the display connection Clutter should use; must be called
before clutter_init(), clutter_init_with_args() or other functions
pertaining Clutter's initialization process.

If you are parsing the command line arguments by retrieving Clutter's
#GOptionGroup with clutter_get_option_group() and calling
g_option_context_parse() yourself, you should also call
clutter_gdk_set_display() before g_option_context_parse().</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="display" transfer-ownership="none">
          <doc xml:space="preserve">pointer to a GDK display connection.</doc>
          <type name="Gdk.Display" c:type="GdkDisplay*"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_stage_foreign"
              c:identifier="clutter_gdk_set_stage_foreign"
              version="1.10">
      <doc xml:space="preserve">Target the #ClutterStage to use an existing external #GdkWindow</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">%TRUE if foreign window is valid</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="stage" transfer-ownership="none">
          <doc xml:space="preserve">a #ClutterStage</doc>
          <type name="Clutter.Stage" c:type="ClutterStage*"/>
        </parameter>
        <parameter name="window" transfer-ownership="none">
          <doc xml:space="preserve">an existing #GdkWindow</doc>
          <type name="Gdk.Window" c:type="GdkWindow*"/>
        </parameter>
      </parameters>
    </function>
  </namespace>
</repository>