This file is indexed.

/usr/include/xfce4/libxfcegui4/netk-enum-types.h is in libxfcegui4-dev 4.10.0-3.

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 __NETK_ENUM_TYPES_H__
#define __NETK_ENUM_TYPES_H__
/* enumerations from "netk-window.h" */
GType netk_window_state_get_type (void);
#define NETK_TYPE_WINDOW_STATE (netk_window_state_get_type())
GType netk_window_actions_get_type (void);
#define NETK_TYPE_WINDOW_ACTIONS (netk_window_actions_get_type())
GType netk_window_type_get_type (void);
#define NETK_TYPE_WINDOW_TYPE (netk_window_type_get_type())
/* enumerations from "netk-pager.h" */
GType netk_pager_display_mode_get_type (void);
#define NETK_TYPE_PAGER_DISPLAY_MODE (netk_pager_display_mode_get_type())
/* enumerations from "netk-tasklist.h" */
GType netk_tasklist_grouping_type_get_type (void);
#define NETK_TYPE_TASKLIST_GROUPING_TYPE (netk_tasklist_grouping_type_get_type())
#endif /* __NETK_ENUM_TYPES_H__ */