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 __DH_ENUM_TYPES_H__
5 #define __DH_ENUM_TYPES_H__
6 
7 #include <glib-object.h>
8 
9 G_BEGIN_DECLS
10 /* Enumerations from "dh-error.h" */
11 #define DH_TYPE_ERROR	(dh_error_get_type())
12 GType dh_error_get_type	(void) G_GNUC_CONST;
13 /* Enumerations from "dh-link.h" */
14 #define DH_TYPE_LINK_TYPE	(dh_link_type_get_type())
15 GType dh_link_type_get_type	(void) G_GNUC_CONST;
16 #define DH_TYPE_LINK_FLAGS	(dh_link_flags_get_type())
17 GType dh_link_flags_get_type	(void) G_GNUC_CONST;
18 /* Enumerations from "dh-window.h" */
19 #define DH_TYPE_OPEN_LINK_FLAGS	(dh_open_link_flags_get_type())
20 GType dh_open_link_flags_get_type	(void) G_GNUC_CONST;
21 G_END_DECLS
22 
23 #endif /* __DH_ENUM_TYPES_H__ */
24 
25 /* Generated data ends here */
26 
27