This file is indexed.

/usr/include/libvirt-gobject-1.0/libvirt-gobject/libvirt-gobject-enums.h is in libvirt-glib-1.0-dev 0.0.4-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
#ifndef __LIBVIRT_GOBJECT_ENUMS_H__
#define __LIBVIRT_GOBJECT_ENUMS_H__

G_BEGIN_DECLS

#define GVIR_TYPE_DOMAIN_STATE gvir_domain_state_get_type()
GType gvir_domain_state_get_type (void);
#define GVIR_TYPE_DOMAIN_START_FLAGS gvir_domain_start_flags_get_type()
GType gvir_domain_start_flags_get_type (void);
G_END_DECLS

#endif /* __LIBVIRT_GOBJECT_ENUMS_H__ */