This file is indexed.

/usr/include/vala-panel/applet-widget-api.h is in libvalapanel-dev 0.3.65-0ubuntu1.

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
#ifndef APPLETWIDGETAPI_H
#define APPLETWIDGETAPI_H

#include "applet-widget.h"
#include "vala-panel-compat.h"

#define vala_panel_applet_new(t, s, n) vala_panel_applet_construct(VALA_PANEL_TYPE_APPLET, t, s, n)
gpointer vala_panel_applet_construct(GType ex, ValaPanelToplevel *top, GSettings *settings,
                                     const char *uuid);
ValaPanelToplevel *vala_panel_applet_get_toplevel(ValaPanelApplet *self);

#endif // APPLETWIDGETAPI_H