This file is indexed.

/usr/include/libmbim-glib/mbim-error-types.h is in libmbim-glib-dev 1.14.2-2.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
/* 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 __LIBMBIM_GLIB_ERROR_TYPES_H__
#define __LIBMBIM_GLIB_ERROR_TYPES_H__
#include "mbim-errors.h"

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "../../../src/libmbim-glib/mbim-errors.h" */
GQuark mbim_core_error_quark    (void);
GType  mbim_core_error_get_type (void) G_GNUC_CONST;
#define MBIM_CORE_ERROR (mbim_core_error_quark ())
#define MBIM_TYPE_CORE_ERROR (mbim_core_error_get_type ())
const gchar *mbim_core_error_get_string (MbimCoreError val);
GQuark mbim_protocol_error_quark    (void);
GType  mbim_protocol_error_get_type (void) G_GNUC_CONST;
#define MBIM_PROTOCOL_ERROR (mbim_protocol_error_quark ())
#define MBIM_TYPE_PROTOCOL_ERROR (mbim_protocol_error_get_type ())
const gchar *mbim_protocol_error_get_string (MbimProtocolError val);
GQuark mbim_status_error_quark    (void);
GType  mbim_status_error_get_type (void) G_GNUC_CONST;
#define MBIM_STATUS_ERROR (mbim_status_error_quark ())
#define MBIM_TYPE_STATUS_ERROR (mbim_status_error_get_type ())
const gchar *mbim_status_error_get_string (MbimStatusError val);
G_END_DECLS

#endif /* __LIBMBIM_GLIB_ERROR_TYPES_H__ */

/* Generated data ends here */