25116779f9
We want this for the BigBox primarily; rounded corners, etc. http://bugzilla.gnome.org/show_bug.cgi?id=562923 svn path=/trunk/; revision=103
26 lines
513 B
C
26 lines
513 B
C
/*** BEGIN file-header ***/
|
|
#ifndef __BIG_ENUM_TYPES_H__
|
|
#define __BIG_ENUM_TYPES_H__
|
|
|
|
#include <glib-object.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/*** END file-header ***/
|
|
|
|
/*** BEGIN file-production ***/
|
|
/* enumerations from "@filename@" */
|
|
/*** END file-production ***/
|
|
|
|
/*** BEGIN file-tail ***/
|
|
G_END_DECLS
|
|
|
|
#endif /* !__BIG_ENUM_TYPES_H__ */
|
|
/*** END file-tail ***/
|
|
|
|
/*** BEGIN value-header ***/
|
|
GType @enum_name@_get_type (void) G_GNUC_CONST;
|
|
#define BIG_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
|
|
|
|
/*** END value-header ***/
|