This file is indexed.

/usr/include/xfce4/libxfce4util/libxfce4util-enum-types.h is in libxfce4util-dev 4.8.2-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
#ifndef __LIBXFCE4UTIL_ENUM_TYPES_H__
#define __LIBXFCE4UTIL_ENUM_TYPES_H__
#include <glib-object.h>
/* enumerations from "xfce-license.h" */
GType xfce_license_text_type_get_type (void) G_GNUC_CONST;
#define XFCE_TYPE_LICENSE_TEXT_TYPE (xfce_license_text_type_get_type())
/* enumerations from "xfce-resource.h" */
GType xfce_resource_type_get_type (void) G_GNUC_CONST;
#define XFCE_TYPE_RESOURCE_TYPE (xfce_resource_type_get_type())
#endif /* __LIBXFCE4UTIL_ENUM_TYPES_H__ */