/usr/include/spice-client-glib-2.0/spice-glib-enums.h is in libspice-client-glib-2.0-dev 0.33-3.3+deb9u1.
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 | #ifndef SPICE_GLIB_ENUMS_H
#define SPICE_GLIB_ENUMS_H
G_BEGIN_DECLS
#define SPICE_TYPE_CHANNEL_EVENT spice_channel_event_get_type()
GType spice_channel_event_get_type (void);
#define SPICE_TYPE_INPUTS_LOCK spice_inputs_lock_get_type()
GType spice_inputs_lock_get_type (void);
#define SPICE_TYPE_SESSION_VERIFY spice_session_verify_get_type()
GType spice_session_verify_get_type (void);
#define SPICE_TYPE_SESSION_MIGRATION spice_session_migration_get_type()
GType spice_session_migration_get_type (void);
G_END_DECLS
#endif /* SPICE_CHANNEL_ENUMS_H */
|