This file is indexed.

/usr/lib/ocaml/lablgtk2/gdkpixbuf_tags.h is in liblablgtk2-ocaml-dev 2.18.5+dfsg-1build1.

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
/* colorspace : tags and macros */
#define MLTAG_RGB	((value)(4093677*2+1))

extern const lookup_info ml_table_colorspace[];
#define Val_colorspace(data) ml_lookup_from_c (ml_table_colorspace, data)
#define Colorspace_val(key) ml_lookup_to_c (ml_table_colorspace, key)

/* alpha_mode : tags and macros */
#define MLTAG_BILEVEL	((value)(-655932867*2+1))
#define MLTAG_FULL	((value)(780513679*2+1))

extern const lookup_info ml_table_alpha_mode[];
#define Val_alpha_mode(data) ml_lookup_from_c (ml_table_alpha_mode, data)
#define Alpha_mode_val(key) ml_lookup_to_c (ml_table_alpha_mode, key)

/* interpolation : tags and macros */
#define MLTAG_NEAREST	((value)(-442635202*2+1))
#define MLTAG_TILES	((value)(237188453*2+1))
#define MLTAG_BILINEAR	((value)(969098988*2+1))
#define MLTAG_HYPER	((value)(803910220*2+1))

extern const lookup_info ml_table_interpolation[];
#define Val_interpolation(data) ml_lookup_from_c (ml_table_interpolation, data)
#define Interpolation_val(key) ml_lookup_to_c (ml_table_interpolation, key)