This file is indexed.

/usr/share/vala-0.12/vapi/sqlheavygtk-0.1.vapi is in libsqlheavygtk-dev 0.1.0-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
/* sqlheavygtk-0.1.vapi generated by valac 0.12.1, do not modify. */

[CCode (cprefix = "SQLHeavyGtk", lower_case_cprefix = "sql_heavy_gtk_", gir_namespace = "SQLHeavyGtk", gir_version = "0.1")]
namespace SQLHeavyGtk {
	[CCode (cheader_filename = "SQLHeavyGTK.h")]
	public class Model : GLib.Object, Gtk.TreeModel {
		public Model (SQLHeavy.Table table);
		public virtual void ref_node (Gtk.TreeIter iter);
		public virtual void unref_node (Gtk.TreeIter iter);
		public SQLHeavy.Table table { get; construct; }
	}
}