This file is indexed.

/usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-enums.h is in libmate-panel-applet-dev 1.8.1+dfsg1-3.

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

#ifdef __cplusplus
extern "C" {
#endif


/* --- ../libmate-panel-applet/mate-panel-applet.h --- */
#define PANEL_TYPE_MATE_PANEL_APPLET_ORIENT mate_panel_applet_orient_get_type()
GType mate_panel_applet_orient_get_type (void);
#define PANEL_TYPE_MATE_PANEL_APPLET_BACKGROUND_TYPE mate_panel_applet_background_type_get_type()
GType mate_panel_applet_background_type_get_type (void);
#define PANEL_TYPE_MATE_PANEL_APPLET_FLAGS mate_panel_applet_flags_get_type()
GType mate_panel_applet_flags_get_type (void);
#ifdef __cplusplus
}
#endif

#endif /* __MATE_PANEL_APPLET_ENUMS_H__ */