This file is indexed.

/usr/share/vala/vapi/emerillon.vapi is in emerillon-dev 0.1.90-1build1.

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
/* emerillon.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "Emerillon", lower_case_cprefix = "emerillon_")]
namespace Emerillon {
	[CCode (cheader_filename = "emerillon/emerillon.h")]
	public class Sidebar : Gtk.VBox {
		public void add_page (string title, Gtk.Widget main_widget);
		public int get_n_pages ();
		public bool is_empty ();
		public void remove_page (Gtk.Widget main_widget);
		public void set_page (Gtk.Widget main_widget);
	}
	[CCode (cheader_filename = "emerillon/emerillon.h")]
	public class Window : Gtk.Window {
		public static unowned Emerillon.Window dup_default ();
		public unowned Champlain.View get_map_view ();
		public unowned Gtk.Widget get_sidebar ();
		public unowned Gtk.Widget get_statusbar ();
		public unowned Gtk.Widget get_toolbar ();
		public unowned Gtk.UIManager get_ui_manager ();
	}
}