Add powerbox hook
[gtk-with-powerbox.git] / perf / typebuiltins.h.template
blobea31ae83433370c439da9dd65f6cc320ae772182
1 /*** BEGIN file-header ***/
2 #ifndef __TYPE_BUILTINS_H__
3 #define __TYPE_BUILTINS_H__
5 #include <glib-object.h>
7 G_BEGIN_DECLS
8 /*** END file-header ***/
10 /*** BEGIN file-production ***/
12 /* enumerations from "@filename@" */
13 /*** END file-production ***/
15 /*** BEGIN value-header ***/
16 GType @enum_name@_get_type (void) G_GNUC_CONST;
17 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
18 /*** END value-header ***/
20 /*** BEGIN file-tail ***/
21 G_END_DECLS
23 #endif /* __TYPE_BUILTINS_H__ */
24 /*** END file-tail ***/