/usr/share/gir-1.0/GVncPulse-1.0.gir is in libgvnc-1.0-dev 0.5.3-0ubuntu2.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 | <?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"/>
<include name="GVnc" version="1.0"/>
<package name="gvncpulse-1.0"/>
<c:include name="gvncpulse.h"/>
<namespace name="GVncPulse"
version="1.0"
shared-library="libgvnc-1.0.so.0,libgvncpulse-1.0.so.0"
c:identifier-prefixes="Vnc"
c:symbol-prefixes="vnc">
<class name="AudioPulse"
c:symbol-prefix="audio_pulse"
c:type="VncAudioPulse"
parent="GVnc.BaseAudio"
glib:type-name="VncAudioPulse"
glib:get-type="vnc_audio_pulse_get_type"
glib:type-struct="AudioPulseClass">
<implements name="GVnc.Audio"/>
<constructor name="new" c:identifier="vnc_audio_pulse_new">
<return-value transfer-ownership="full">
<type name="AudioPulse" c:type="VncAudioPulse*"/>
</return-value>
</constructor>
<field name="parent">
<type name="GVnc.BaseAudio" c:type="VncBaseAudio"/>
</field>
<field name="priv">
<type name="AudioPulsePrivate" c:type="VncAudioPulsePrivate*"/>
</field>
</class>
<record name="AudioPulseClass"
c:type="VncAudioPulseClass"
glib:is-gtype-struct-for="AudioPulse">
<field name="parent_class">
<type name="GVnc.BaseAudioClass" c:type="VncBaseAudioClass"/>
</field>
</record>
<record name="AudioPulsePrivate"
c:type="VncAudioPulsePrivate"
disguised="1">
</record>
</namespace>
</repository>
|