1 
2 /* Generated data (by glib-mkenums) */
3 
4 #ifndef H_GWH_ENUM_TYPES
5 #define H_GWH_ENUM_TYPES
6 
7 #include <glib-object.h>
8 
9 /* include all headers that may introduce new enums */
10 #include "gwh-browser.h"
11 #include "gwh-settings.h"
12 #include "gwh-utils.h"
13 
14 G_BEGIN_DECLS
15 
16 /* enumerations from "gwh-browser.h" */
17 G_GNUC_INTERNAL
18 GType gwh_browser_position_get_type (void) G_GNUC_CONST;
19 #define GWH_TYPE_BROWSER_POSITION (gwh_browser_position_get_type ())
20 
21 /* enumerations from "gwh-settings.h" */
22 G_GNUC_INTERNAL
23 GType gwh_settings_notify_flags_get_type (void) G_GNUC_CONST;
24 #define GWH_TYPE_SETTINGS_NOTIFY_FLAGS (gwh_settings_notify_flags_get_type ())
25 
26 /* enumerations from "gwh-utils.h" */
27 G_GNUC_INTERNAL
28 GType gwh_window_type_get_type (void) G_GNUC_CONST;
29 #define GWH_TYPE_WINDOW_TYPE (gwh_window_type_get_type ())
30 G_END_DECLS
31 
32 #endif /* guard */
33 
34 /* Generated data ends here */
35 
36