This file is indexed.

/usr/include/x86_64-linux-gnu/libwnck-1.0/libwnck/wnck-enum-types.h is in libwnck-dev 1:2.30.7-5ubuntu1.

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
32
33
34
35
36
37
38
39
40
#ifndef __WNCK_ENUM_TYPES_H__
#define __WNCK_ENUM_TYPES_H__

G_BEGIN_DECLS


/* enumerations from "pager.h" */
#define WNCK_TYPE_PAGER_DISPLAY_MODE wnck_pager_display_mode_get_type()
GType wnck_pager_display_mode_get_type (void);

/* enumerations from "screen.h" */
#define WNCK_TYPE_MOTION_DIRECTION wnck_motion_direction_get_type()
GType wnck_motion_direction_get_type (void);
#define WNCK_TYPE___WNCK_LAYOUT_ORIENTATION _wncklayoutorientation___wnck_layout_orientation_get_type()
GType _wncklayoutorientation___wnck_layout_orientation_get_type (void);
#define WNCK_TYPE___WNCK_LAYOUT_CORNER _wncklayoutcorner___wnck_layout_corner_get_type()
GType _wncklayoutcorner___wnck_layout_corner_get_type (void);

/* enumerations from "tasklist.h" */
#define WNCK_TYPE_TASKLIST_GROUPING_TYPE wnck_tasklist_grouping_type_get_type()
GType wnck_tasklist_grouping_type_get_type (void);

/* enumerations from "util.h" */
#define WNCK_TYPE_CLIENT_TYPE wnck_client_type_get_type()
GType wnck_client_type_get_type (void);

/* enumerations from "window.h" */
#define WNCK_TYPE_WINDOW_STATE wnck_window_state_get_type()
GType wnck_window_state_get_type (void);
#define WNCK_TYPE_WINDOW_ACTIONS wnck_window_actions_get_type()
GType wnck_window_actions_get_type (void);
#define WNCK_TYPE_WINDOW_TYPE wnck_window_type_get_type()
GType wnck_window_type_get_type (void);
#define WNCK_TYPE_WINDOW_GRAVITY wnck_window_gravity_get_type()
GType wnck_window_gravity_get_type (void);
#define WNCK_TYPE_WINDOW_MOVE_RESIZE_MASK wnck_window_move_resize_mask_get_type()
GType wnck_window_move_resize_mask_get_type (void);
G_END_DECLS

#endif /* __WNCK_ENUM_TYPES_H__ */