1 
2 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3 
4 #ifndef __LIBGDAUI_ENUM_TYPES_H__
5 #define __LIBGDAUI_ENUM_TYPES_H__
6 
7 #include <glib-object.h>
8 
9 G_BEGIN_DECLS
10 GType gdaui_basic_form_part_get_type (void);
11 #define GDAUI_TYPE_BASIC_FORM_PART (gdaui_basic_form_part_get_type())
12 GType gdaui_data_entry_error_get_type (void);
13 #define GDAUI_TYPE_DATA_ENTRY_ERROR (gdaui_data_entry_error_get_type())
14 GType gdaui_data_proxy_info_flag_get_type (void);
15 #define GDAUI_TYPE_DATA_PROXY_INFO_FLAG (gdaui_data_proxy_info_flag_get_type())
16 GType gdaui_data_proxy_write_mode_get_type (void);
17 #define GDAUI_TYPE_DATA_PROXY_WRITE_MODE (gdaui_data_proxy_write_mode_get_type())
18 GType gdaui_action_mode_get_type (void);
19 #define GDAUI_TYPE_ACTION_MODE (gdaui_action_mode_get_type())
20 GType gdaui_action_get_type (void);
21 #define GDAUI_TYPE_ACTION (gdaui_action_get_type())
22 GType gdaui_login_mode_get_type (void);
23 #define GDAUI_TYPE_LOGIN_MODE (gdaui_login_mode_get_type())
24 G_END_DECLS
25 
26 #endif /* __LIBGDAUI_ENUM_TYPES_H__ */
27 
28 /* Generated data ends here */
29 
30