This file is indexed.

/usr/include/vte-2.90/vte/vtetypebuiltins.h is in libvte-2.90-dev 1:0.34.9-1ubuntu1.

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

#if !defined (__VTE_VTE_H_INSIDE__) && !defined (VTE_COMPILATION)
#error "Only <vte/vte.h> can be included directly."
#endif

#ifndef VTE_TYPE_BUILTINS_H
#define VTE_TYPE_BUILTINS_H

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "vte.h" */
GType vte_terminal_erase_binding_get_type (void);
#define VTE_TYPE_TERMINAL_ERASE_BINDING (vte_terminal_erase_binding_get_type ())
GType vte_terminal_cursor_blink_mode_get_type (void);
#define VTE_TYPE_TERMINAL_CURSOR_BLINK_MODE (vte_terminal_cursor_blink_mode_get_type ())
GType vte_terminal_cursor_shape_get_type (void);
#define VTE_TYPE_TERMINAL_CURSOR_SHAPE (vte_terminal_cursor_shape_get_type ())
GType vte_terminal_write_flags_get_type (void);
#define VTE_TYPE_TERMINAL_WRITE_FLAGS (vte_terminal_write_flags_get_type ())

/* enumerations from "vtepty.h" */
GType vte_pty_flags_get_type (void);
#define VTE_TYPE_PTY_FLAGS (vte_pty_flags_get_type ())
GType vte_pty_error_get_type (void);
#define VTE_TYPE_PTY_ERROR (vte_pty_error_get_type ())

/* enumerations from "vtedeprecated.h" */
GType vte_terminal_anti_alias_get_type (void);
#define VTE_TYPE_TERMINAL_ANTI_ALIAS (vte_terminal_anti_alias_get_type ())
G_END_DECLS

#endif /* !VTE_TYPE_BUILTINS_H */

/* Generated data ends here */