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 META_ENUM_TYPES_H
5 #define META_ENUM_TYPES_H
6 
7 #include <glib-object.h>
8 
9 G_BEGIN_DECLS
10 GType meta_window_type_get_type (void) G_GNUC_CONST;
11 #define META_TYPE_WINDOW_TYPE (meta_window_type_get_type())
12 GType meta_maximize_flags_get_type (void) G_GNUC_CONST;
13 #define META_TYPE_MAXIMIZE_FLAGS (meta_maximize_flags_get_type())
14 GType meta_client_type_get_type (void) G_GNUC_CONST;
15 #define META_TYPE_CLIENT_TYPE (meta_client_type_get_type())
16 GType meta_queue_type_get_type (void) G_GNUC_CONST;
17 #define META_TYPE_QUEUE_TYPE (meta_queue_type_get_type())
18 GType meta_compositor_type_get_type (void) G_GNUC_CONST;
19 #define META_TYPE_COMPOSITOR_TYPE (meta_compositor_type_get_type())
20 G_END_DECLS
21 
22 #endif
23 
24 /* Generated data ends here */
25 
26