]> Pileus Git - ~andy/gtk/blob - gtk/gtktypebuiltins.h.template
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktypebuiltins.h.template
1 /*** BEGIN file-header ***/
2 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
3 #error "Only <gtk/gtk.h> can be included directly."
4 #endif
5
6 #ifndef __GTK_TYPE_BUILTINS_H__
7 #define __GTK_TYPE_BUILTINS_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 /* __GTK_TYPE_BUILTINS_H__ */
28 /*** END file-tail ***/