2013-10-13 06:46:07 +00:00
|
|
|
/*** BEGIN file-header ***/
|
2020-05-02 19:27:20 +00:00
|
|
|
#pragma once
|
2013-10-13 06:46:07 +00:00
|
|
|
|
|
|
|
#include <glib-object.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
/*** END file-header ***/
|
|
|
|
|
|
|
|
/*** BEGIN file-production ***/
|
2020-05-02 19:27:20 +00:00
|
|
|
/* Enumerations from "@basename@" */
|
2013-10-13 06:46:07 +00:00
|
|
|
|
|
|
|
/*** END file-production ***/
|
|
|
|
|
|
|
|
/*** BEGIN enumeration-production ***/
|
2020-05-02 19:27:20 +00:00
|
|
|
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
|
|
|
|
GType @enum_name@_get_type (void);
|
2013-10-13 06:46:07 +00:00
|
|
|
|
|
|
|
/*** END enumeration-production ***/
|
|
|
|
|
|
|
|
/*** BEGIN file-tail ***/
|
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
/*** END file-tail ***/
|