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
|
/* Generated data (by glib-mkenums) */
#ifndef __NETSTATUS_ENUMS_H__
#define __NETSTATUS_ENUMS_H__ 1
G_BEGIN_DECLS
/* --- ./netstatus-util.h --- */
#define NETSTATUS_TYPE_STATE netstatus_state_get_type()
GType netstatus_state_get_type (void);
#define NETSTATUS_TYPE_ERROR netstatus_error_get_type()
GType netstatus_error_get_type (void);
#define NETSTATUS_TYPE_DEBUG_FLAGS netstatus_debug_flags_get_type()
GType netstatus_debug_flags_get_type (void);
G_END_DECLS
#endif /* __PANEL_ENUMS_H__ */
/* Generated data ends here */
|