This file is indexed.

/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enum-types.h is in libxfce4panel-2.0-dev 4.12.2-1ubuntu1.

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 __LIBXFCE4PANEL_ENUM_TYPES_H__
#define __LIBXFCE4PANEL_ENUM_TYPES_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "libxfce4panel-enums.h" */
GType xfce_panel_plugin_mode_get_type (void) G_GNUC_CONST;
#define XFCE_TYPE_PANEL_PLUGIN_MODE (xfce_panel_plugin_mode_get_type())
GType xfce_screen_position_get_type (void) G_GNUC_CONST;
#define XFCE_TYPE_SCREEN_POSITION (xfce_screen_position_get_type())
G_END_DECLS

#endif /* !__LIBXFCE4PANEL_ENUM_TYPES_H__ */