This file is indexed.

/usr/share/vala-0.22/vapi/gstreamer-net-1.0.vapi is in valac-0.22-vapi 0.22.1-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
/* gstreamer-net-1.0.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "Gst", gir_namespace = "GstNet", gir_version = "1.0", lower_case_cprefix = "gst_")]
namespace Gst {
	namespace Net {
		[CCode (cheader_filename = "gst/net/gstnet.h", type_id = "gst_net_client_clock_get_type ()")]
		[GIR (name = "NetClientClock")]
		public class ClientClock : Gst.SystemClock {
			[CCode (has_construct_function = false, type = "GstClock*")]
			public ClientClock (string name, string remote_address, int remote_port, Gst.ClockTime base_time);
			[NoAccessorMethod]
			public string address { owned get; set; }
			[NoAccessorMethod]
			public int port { get; set; }
		}
		[CCode (cheader_filename = "gst/net/gstnet.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gst_net_time_packet_get_type ()")]
		[Compact]
		[GIR (name = "NetTimePacket")]
		public class TimePacket {
			public Gst.ClockTime local_time;
			public Gst.ClockTime remote_time;
			[CCode (cname = "GST_NET_TIME_PACKET_SIZE")]
			public const int SIZE;
			[CCode (has_construct_function = false)]
			public TimePacket ([CCode (array_length = false)] uint8[] buffer);
			public Gst.Net.TimePacket copy ();
			public void free ();
			public static Gst.Net.TimePacket receive (GLib.Socket socket, out GLib.SocketAddress src_address) throws GLib.Error;
			public bool send (GLib.Socket socket, GLib.SocketAddress dest_address) throws GLib.Error;
			public uint8 serialize ();
		}
		[CCode (cheader_filename = "gst/net/gstnet.h", type_id = "gst_net_time_provider_get_type ()")]
		[GIR (name = "NetTimeProvider")]
		public class TimeProvider : Gst.Object {
			[CCode (has_construct_function = false)]
			public TimeProvider (Gst.Clock clock, string? address, int port);
			[NoAccessorMethod]
			public bool active { get; set; }
			[NoAccessorMethod]
			public string address { owned get; set; }
			[NoAccessorMethod]
			public Gst.Clock clock { owned get; set; }
			[NoAccessorMethod]
			public int port { get; set; }
		}
		[CCode (cheader_filename = "gst/net/gstnet.h", has_type_id = false)]
		[GIR (name = "NetAddressMeta")]
		public struct AddressMeta {
			public Gst.Meta meta;
			public weak GLib.SocketAddress addr;
		}
		[CCode (cheader_filename = "gst/net/gstnet.h")]
		public static GLib.Type address_meta_api_get_type ();
		[CCode (cheader_filename = "gst/net/gstnet.h")]
		public static unowned Gst.MetaInfo? address_meta_get_info ();
	}
}