This file is indexed.

/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h is in libgdk-pixbuf2.0-dev 2.31.1-2+deb8u7.

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
21
22
23
24
25
26
27
28
29
30
31
/* Generated data (by glib-mkenums) */

#if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION)
#error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly."
#endif

#ifndef __GDK_PIXBUF_ENUM_TYPES_H__
#define __GDK_PIXBUF_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "gdk-pixbuf-core.h" */
GType gdk_pixbuf_alpha_mode_get_type (void) G_GNUC_CONST;
#define GDK_TYPE_PIXBUF_ALPHA_MODE (gdk_pixbuf_alpha_mode_get_type ())
GType gdk_colorspace_get_type (void) G_GNUC_CONST;
#define GDK_TYPE_COLORSPACE (gdk_colorspace_get_type ())
GType gdk_pixbuf_error_get_type (void) G_GNUC_CONST;
#define GDK_TYPE_PIXBUF_ERROR (gdk_pixbuf_error_get_type ())

/* enumerations from "gdk-pixbuf-transform.h" */
GType gdk_interp_type_get_type (void) G_GNUC_CONST;
#define GDK_TYPE_INTERP_TYPE (gdk_interp_type_get_type ())
GType gdk_pixbuf_rotation_get_type (void) G_GNUC_CONST;
#define GDK_TYPE_PIXBUF_ROTATION (gdk_pixbuf_rotation_get_type ())
G_END_DECLS

#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */

/* Generated data ends here */