This file is indexed.

/usr/include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui-enum-types.h is in libxfce4ui-1-dev 4.8.1-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
#ifndef __LIBXFCE4UI_ENUM_TYPES_H__
#define __LIBXFCE4UI_ENUM_TYPES_H__

G_BEGIN_DECLS

/* enumerations from "xfce-sm-client.h" */

GType xfce_sm_client_restart_style_get_type(void) G_GNUC_CONST;
#define XFCE_TYPE_SM_CLIENT_RESTART_STYLE (xfce_sm_client_restart_style_get_type())

GType xfce_sm_client_shutdown_hint_get_type(void) G_GNUC_CONST;
#define XFCE_TYPE_SM_CLIENT_SHUTDOWN_HINT (xfce_sm_client_shutdown_hint_get_type())

G_END_DECLS

#endif /* !__LIBXFCE4UI_ENUM_TYPES_H__ */