This file is indexed.

/usr/share/vala/vapi/desktop-agnostic-ui.vapi is in libdesktop-agnostic-dev 0.3.92+dfsg-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
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
/* desktop-agnostic-ui.vapi generated by valac 0.10.4, do not modify. */

[CCode (cprefix = "DesktopAgnostic", lower_case_cprefix = "desktop_agnostic_")]
namespace DesktopAgnostic {
	[CCode (cprefix = "DesktopAgnosticUI", lower_case_cprefix = "desktop_agnostic_ui_")]
	namespace UI {
		[CCode (cheader_filename = "libdesktop-agnostic/ui.h")]
		public class ColorButton : Gtk.ColorButton {
			public ColorButton ();
			protected override void constructed ();
			public new void set_alpha (uint16 alpha);
			public new void set_color (Gdk.Color color);
			public ColorButton.with_color (DesktopAgnostic.Color color);
			public DesktopAgnostic.Color da_color { get; set; }
		}
		[CCode (cheader_filename = "libdesktop-agnostic/ui.h")]
		public class IconButton : Gtk.Button {
			public IconButton (string icon);
			public string icon { get; set; }
			public DesktopAgnostic.UI.IconType icon_type { get; }
			public signal void icon_selected ();
		}
		[CCode (cheader_filename = "libdesktop-agnostic/ui.h")]
		public class IconChooserDialog : Gtk.Dialog {
			public IconChooserDialog ();
			public string selected_icon { get; set; }
			public DesktopAgnostic.UI.IconType selected_icon_type { get; set; }
			public Gdk.Pixbuf selected_pixbuf { get; set; }
			public signal void icon_selected ();
		}
		[CCode (cheader_filename = "libdesktop-agnostic/ui.h")]
		public class LauncherEditorDialog : Gtk.Dialog {
			public LauncherEditorDialog (DesktopAgnostic.VFS.File file, DesktopAgnostic.VFS.File? output = null, bool entry_type_sensitive = true);
			protected override void constructed ();
			public bool entry_type_sensitive { get; set construct; }
			public DesktopAgnostic.VFS.File file { get; construct; }
			public DesktopAgnostic.VFS.File? output { get; construct; }
		}
		[CCode (cprefix = "DESKTOP_AGNOSTIC_UI_ICON_TYPE_", cheader_filename = "libdesktop-agnostic/ui.h")]
		public enum IconType {
			NONE,
			THEMED,
			FILE
		}
	}
}