gresourcefile: simplify path canonicalization
[glib.git] / gio / gioenumtypes.h.template
blob4baa6df3230d74dcefa7313062e2b2e138f74bf9
1 /*** BEGIN file-header ***/
2 #ifndef __GIO_ENUM_TYPES_H__
3 #define __GIO_ENUM_TYPES_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 GLIB_AVAILABLE_IN_ALL 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 /* __GIO_ENUM_TYPES_H__ */
24 /*** END file-tail ***/