This file is indexed.

/usr/include/librsvg-2.0/librsvg/librsvg-enum-types.h is in librsvg2-dev 2.36.1-0ubuntu1.

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
#ifndef __LIBRSVG_ENUM_TYPES_H__
#define __LIBRSVG_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS
/* enumerations from "rsvg.h" */
GType rsvg_error_get_type (void);
#define RSVG_TYPE_ERROR (rsvg_error_get_type())
GType rsvg_handle_flags_get_type (void);
#define RSVG_TYPE_HANDLE_FLAGS (rsvg_handle_flags_get_type())
G_END_DECLS

#endif /* __LIBRSVG_ENUM_TYPES_H__ */