aboutsummaryrefslogblamecommitdiffstats
path: root/enumtypes.h.template
blob: e421eddbe7eee1f3c2bfa292a4424c2642296341 (plain) (tree)
1
2
3
4
5
6
7
8
9
                           


                               




                        




                                      
                                                                






                                                    

                       
/*** BEGIN file-header ***/
/*** END file-header ***/

/*** BEGIN file-production ***/

#include <glib-object.h>

G_BEGIN_DECLS

/* Enumerations from "@filename@" */

/*** END file-production ***/

/*** BEGIN enumeration-production ***/
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@   (@enum_name@_get_type())
GType @enum_name@_get_type  (void) G_GNUC_CONST;

/*** END enumeration-production ***/

/*** BEGIN file-tail ***/
G_END_DECLS

/*** END file-tail ***/