]> Pileus Git - ~andy/gtk/blob - gdk/gdkenumtypes.h.template
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gdk / gdkenumtypes.h.template
1 /*** BEGIN file-header ***/
2 #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
3 #error "Only <gdk/gdk.h> can be included directly."
4 #endif
5
6 #ifndef __GDK_ENUM_TYPES_H__
7 #define __GDK_ENUM_TYPES_H__
8
9 #include <glib-object.h>
10
11 G_BEGIN_DECLS
12 /*** END file-header ***/
13
14 /*** BEGIN file-production ***/
15
16 /* enumerations from "@filename@" */
17 /*** END file-production ***/
18
19 /*** BEGIN value-header ***/
20 GType @enum_name@_get_type (void) G_GNUC_CONST;
21 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
22 /*** END value-header ***/
23
24 /*** BEGIN file-tail ***/
25 G_END_DECLS
26
27 #endif /* __GDK_ENUM_TYPES_H__ */
28 /*** END file-tail ***/