This file is indexed.

/usr/include/gwyddion/libgwymodule/gwymoduletypes.h is in libgwyddion20-dev 2.47-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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* This is a GENERATED file. */
/* Generated data (by glib-mkenums) */

#ifndef __GWY_MODULE_TYPES_H__
#define __GWY_MODULE_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

GType gwy_file_operation_type_get_type(void) G_GNUC_CONST;
#define GWY_TYPE_FILE_OPERATION_TYPE (gwy_file_operation_type_get_type())

GType gwy_tool_switch_event_get_type(void) G_GNUC_CONST;
#define GWY_TYPE_TOOL_SWITCH_EVENT (gwy_tool_switch_event_get_type())

GType gwy_run_type_get_type(void) G_GNUC_CONST;
#define GWY_TYPE_RUN_TYPE (gwy_run_type_get_type())

GType gwy_module_error_get_type(void) G_GNUC_CONST;
#define GWY_TYPE_MODULE_ERROR (gwy_module_error_get_type())

GType gwy_module_file_error_get_type(void) G_GNUC_CONST;
#define GWY_TYPE_MODULE_FILE_ERROR (gwy_module_file_error_get_type())

G_END_DECLS

#endif /* __GWY_MODULE_TYPES_H__ */

/* Generated data ends here */