Ticket #241: ga-client-enumtypes.h

File ga-client-enumtypes.h, 484 bytes (added by Zeqadious, 4 years ago)

generated ga-client-enumtypes.h from glib 2.18.0 glib-mkenums

Line 
1
2/* Generated data (by glib-mkenums) */
3
4#ifndef __GA-CLIENT_ENUM_TYPES_H__
5#define __GA-CLIENT_ENUM_TYPES_H__
6
7#include <glib-object.h>
8
9G_BEGIN_DECLS
10/* enumerations from "ga-client.h" */
11GType ga_client_state_get_type (void);
12#define GA-CLIENT_TYPE_CLIENT_STATE (ga_client_state_get_type())
13GType ga_client_flags_get_type (void);
14#define GA-CLIENT_TYPE_CLIENT_FLAGS (ga_client_flags_get_type())
15G_END_DECLS
16
17#endif /* __GA-CLIENT_ENUM_TYPES_H__ */
18
19/* Generated data ends here */