/usr/include/libepc-1.0/libepc/enums.h is in libepc-dev 0.4.3-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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | /* Generated data (by glib-mkenums) */
#ifndef __EPC_ENUMS_H__
#define __EPC_ENUMS_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* Generated by glib-mkenums from "./libepc/dispatcher.h" */
#include "./libepc/dispatcher.h"
#define EPC_TYPE_COLLISION_HANDLING (epc_collision_handling_get_type())
GType epc_collision_handling_get_type (void) G_GNUC_CONST;
GEnumClass* epc_collision_handling_get_class (void) G_GNUC_CONST;
const gchar* epc_collision_handling_to_string (EpcCollisionHandling value) G_GNUC_PURE;
/* Generated by glib-mkenums from "./libepc/protocol.h" */
#include "./libepc/protocol.h"
#define EPC_TYPE_PROTOCOL (epc_protocol_get_type())
GType epc_protocol_get_type (void) G_GNUC_CONST;
GEnumClass* epc_protocol_get_class (void) G_GNUC_CONST;
const gchar* epc_protocol_to_string (EpcProtocol value) G_GNUC_PURE;
/* Generated by glib-mkenums from "./libepc/publisher.h" */
#include "./libepc/publisher.h"
#define EPC_TYPE_AUTH_FLAGS (epc_auth_flags_get_type())
GType epc_auth_flags_get_type (void) G_GNUC_CONST;
GFlagsClass* epc_auth_flags_get_class (void) G_GNUC_CONST;
const gchar* epc_auth_flags_to_string (EpcAuthFlags value) G_GNUC_PURE;
/* Generated by glib-mkenums from "./libepc/service-info.h" */
#include "./libepc/service-info.h"
#define EPC_TYPE_ADDRESS_FAMILY (epc_address_family_get_type())
GType epc_address_family_get_type (void) G_GNUC_CONST;
GEnumClass* epc_address_family_get_class (void) G_GNUC_CONST;
const gchar* epc_address_family_to_string (EpcAddressFamily value) G_GNUC_PURE;
G_END_DECLS
#endif /* __EPC_ENUMS_H__ */
/* Generated data ends here */
|