This file is indexed.

/usr/include/udisks2/udisks/udisksenumtypes.h is in libudisks2-dev 2.7.6-3.

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
/* 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 __UDISKS_ENUM_TYPES_H__
#define __UDISKS_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "udisksenums.h" */
GType udisks_error_get_type (void) G_GNUC_CONST;
#define UDISKS_TYPE_ERROR (udisks_error_get_type ())
GType udisks_partition_type_info_flags_get_type (void) G_GNUC_CONST;
#define UDISKS_TYPE_PARTITION_TYPE_INFO_FLAGS (udisks_partition_type_info_flags_get_type ())
G_END_DECLS

#endif /* __UDISKS_ENUM_TYPES_H__ */

/* Generated data ends here */