2012-01-25 13:26:52 +00:00
|
|
|
/*** BEGIN file-header ***/
|
2012-02-01 12:34:08 +00:00
|
|
|
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
|
|
|
|
#error "Only <secret/secret.h> can be included directly."
|
2012-01-25 13:26:52 +00:00
|
|
|
#endif
|
|
|
|
|
2012-02-01 12:34:08 +00:00
|
|
|
#ifndef __SECRET_ENUM_TYPES_H__
|
|
|
|
#define __SECRET_ENUM_TYPES_H__
|
2012-01-25 13:26:52 +00:00
|
|
|
|
|
|
|
#include <glib-object.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/*** END file-header ***/
|
|
|
|
|
|
|
|
/*** BEGIN file-production ***/
|
|
|
|
|
|
|
|
/* enumerations from "@filename@" */
|
|
|
|
/*** END file-production ***/
|
|
|
|
|
|
|
|
/*** BEGIN value-header ***/
|
|
|
|
GType @enum_name@_get_type (void) G_GNUC_CONST;
|
|
|
|
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
|
|
|
|
/*** END value-header ***/
|
|
|
|
|
|
|
|
/*** BEGIN file-tail ***/
|
|
|
|
G_END_DECLS
|
|
|
|
|
2012-02-01 12:34:08 +00:00
|
|
|
#endif /* __SECRET_ENUM_TYPES_H__ */
|
2012-01-25 13:26:52 +00:00
|
|
|
/*** END file-tail ***/
|