This file is indexed.

/usr/share/vala/vapi/launchpad-integration.vapi is in liblaunchpad-integration-dev 0.1.56.

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
[CCode (cheader_filename="launchpad-integration.h")]
namespace LaunchpadIntegration
{
    [CCode (cname="launchpad_integration_set_sourcepackagename")]
    public void set_sourcepackagename(string name);

    [CCode (cname="launchpad_integration_show_info")]
    public void show_info();

    [CCode (cname="launchpad_integration_show_translations")]
    public void show_translations();

    [CCode (cname="launchpad_integration_show_bugs")]
    public void show_bugs();

    [CCode (cname="launchpad_integration_get_action_group")]
    public Gtk.ActionGroup get_action_group();

    [CCode (cname="launchpad_integration_add_ui")]
    public void add_ui(Gtk.UIManager ui, string path);

    [CCode (cname="launchpad_integration_add_ui_with_separators")]
    public void add_ui_with_separators(Gtk.UIManager ui, string path, bool separator_before, bool separator_after);

    [CCode (cname="launchpad_integration_add_items")]
    public void add_items(Gtk.Widget helpmenu, int position, bool before, bool after);

    [CCode (cname="launchpad_integration_add_item_factory")]
    public void add_item_factory();
}