This file is indexed.

/usr/share/vala/vapi/libvirt-glib-1.0.vapi is in libvirt-glib-1.0-dev 0.0.4-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
/* libvirt-glib-1.0.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "GVir", gir_namespace = "LibvirtGLib", gir_version = "1.0", lower_case_cprefix = "gvir_")]
namespace GVir {
	[CCode (cheader_filename = "libvirt-glib/libvirt-glib.h")]
	public static void event_register ();
	[CCode (cheader_filename = "libvirt-glib/libvirt-glib.h")]
	public static void init (int argc, string argv);
	[CCode (cheader_filename = "libvirt-glib/libvirt-glib.h")]
	public static bool init_check (int argc, string argv) throws GLib.Error;
}