This file is indexed.

/usr/include/gdict-1.0/gdict/gdict-enum-types.h is in libgdict-1.0-dev 3.20.0-3+b1.

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
/* Generated data (by glib-mkenums) */

#ifndef __GDICT_ENUM_TYPES_H__
#define __GDICT_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "./gdict-context.h" */
GType gdict_context_error_get_type (void) G_GNUC_CONST;
#define GDICT_TYPE_CONTEXT_ERROR (gdict_context_error_get_type())

/* enumerations from "./gdict-client-context.h" */
GType gdict_client_context_error_get_type (void) G_GNUC_CONST;
#define GDICT_TYPE_CLIENT_CONTEXT_ERROR (gdict_client_context_error_get_type())

/* enumerations from "./gdict-source.h" */
GType gdict_source_transport_get_type (void) G_GNUC_CONST;
#define GDICT_TYPE_SOURCE_TRANSPORT (gdict_source_transport_get_type())

GType gdict_source_error_get_type (void) G_GNUC_CONST;
#define GDICT_TYPE_SOURCE_ERROR (gdict_source_error_get_type())

/* enumerations from "./gdict-utils.h" */
GType gdict_context_prop_get_type (void) G_GNUC_CONST;
#define GDICT_TYPE_CONTEXT_PROP (gdict_context_prop_get_type())

GType gdict_status_code_get_type (void) G_GNUC_CONST;
#define GDICT_TYPE_STATUS_CODE (gdict_status_code_get_type())

G_END_DECLS

#endif /* !__GDICT_ENUM_TYPES_H__ */

/* Generated data ends here */