This file is indexed.

/usr/include/template-glib-1.0/tmpl-enums.h is in libtemplate-glib-1.0-dev 3.28.0-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
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */

#ifndef __IDE_ENUMS_H__
#define __IDE_ENUMS_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "tmpl-error.h" */
GType tmpl_error_get_type (void);
#define TMPL_TYPE_ERROR (tmpl_error_get_type ())

/* enumerations from "tmpl-expr-types.h" */
GType tmpl_symbol_type_get_type (void);
#define TMPL_TYPE_SYMBOL_TYPE (tmpl_symbol_type_get_type ())
GType tmpl_expr_type_get_type (void);
#define TMPL_TYPE_EXPR_TYPE (tmpl_expr_type_get_type ())
GType tmpl_expr_builtin_get_type (void);
#define TMPL_TYPE_EXPR_BUILTIN (tmpl_expr_builtin_get_type ())
G_END_DECLS

#endif /* __IDE_ENUMS_H__ */

/* Generated data ends here */