This file is indexed.

/usr/include/libgdata/gdata/gdata-enums.h is in libgdata-dev 0.12.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
#ifndef GDATA_ENUMS_H
#define GDATA_ENUMS_H

#include <glib-object.h>

G_BEGIN_DECLS
/* enumerations from "./gdata/gdata-service.h" */
GType gdata_operation_type_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_DATA_OPERATION_TYPE (gdata_operation_type_get_type())
GType gdata_service_error_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_DATA_SERVICE_ERROR (gdata_service_error_get_type())
/* enumerations from "./gdata/gdata-parsable.h" */
GType gdata_parser_error_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_DATA_PARSER_ERROR (gdata_parser_error_get_type())
/* enumerations from "./gdata/gdata-batch-operation.h" */
GType gdata_batch_operation_type_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_DATA_BATCH_OPERATION_TYPE (gdata_batch_operation_type_get_type())
/* enumerations from "./gdata/gdata-client-login-authorizer.h" */
GType gdata_client_login_authorizer_error_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_DATA_CLIENT_LOGIN_AUTHORIZER_ERROR (gdata_client_login_authorizer_error_get_type())
G_END_DECLS

#endif /* !GDATA_ENUMS_H */