This file is indexed.

/usr/share/vala/vapi/gnome-autoar-gtk-0.vapi is in libgnome-autoar-0-dev 0.2.3-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
/* gnome-autoar-gtk-0.vapi generated by vapigen-0.40, do not modify. */

[CCode (cprefix = "AutoarGtk", gir_namespace = "GnomeAutoarGtk", gir_version = "0.1", lower_case_cprefix = "autoar_gtk_")]
namespace AutoarGtk {
	[CCode (cheader_filename = "gnome-autoar/autoar-gtk.h")]
	public static bool chooser_advanced_get (Gtk.Widget advanced, int format, int filter);
	[CCode (cheader_filename = "gnome-autoar/autoar-gtk.h")]
	public static Gtk.Widget chooser_advanced_new (Autoar.Format default_format, Autoar.Filter default_filter);
	[CCode (cheader_filename = "gnome-autoar/autoar-gtk.h")]
	public static bool chooser_simple_get (Gtk.Widget simple, int format, int filter);
	[CCode (cheader_filename = "gnome-autoar/autoar-gtk.h")]
	public static Gtk.Widget chooser_simple_new (Autoar.Format default_format, Autoar.Filter default_filter);
}