This file is indexed.

/usr/share/vala/vapi/friends-gtk-0.1.vapi is in libfriends-gtk-dev 0.1.2+14.04.20131108.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
/* friends-gtk-0.1.vapi generated by valac 0.18.1, do not modify. */

[CCode (gir_namespace = "FriendsGtk", gir_version = "0.1")]
namespace FriendsGtk {
	[CCode (cheader_filename = "friends-gtk.h")]
	public class AccountTargetBar : Gtk.Box {
		public Gtk.Label count;
		public AccountTargetBar ();
		public void set_counter (int chars);
		public uint? selected { get; set; }
		public signal void submit ();
	}
	[CCode (cheader_filename = "friends-gtk.h")]
	public class AccountToggleButton : Gtk.ToggleButton {
		public AccountToggleButton (string color);
		public string color { get; construct; }
	}
	[CCode (cheader_filename = "friends-gtk.h")]
	public class Entry : Gtk.Box {
		public FriendsGtk.InputTextView text_view;
		public Entry ();
	}
	[CCode (cheader_filename = "friends-gtk.h")]
	public class InputTextView : Gtk.TextView {
		public Gdk.RGBA error_color;
		public Gdk.RGBA fg_color;
		public InputTextView (Friends.Dispatcher dispatcher);
		public void reset ();
		public string? action { get; set; }
		public string? mid { get; set; }
		[Signal (action = true)]
		public virtual signal void clear ();
		[Signal (action = true)]
		public virtual signal void submit ();
	}
	[CCode (cheader_filename = "friends-gtk.h")]
	public class SendBar : Gtk.Box {
		public SendBar ();
		public signal void submit ();
	}
	[CCode (cheader_filename = "friends-gtk.h")]
	public class SimpleEntry : Gtk.Box {
		public SimpleEntry ();
	}
	[CCode (cheader_filename = "friends-gtk.h")]
	public const int MAX_MESSAGE_LENGTH;
}