mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
introduce an ENUMPREFIX substitution.
2008-06-23 Kristian Rietveld <kris@imendio.com> * gobject/glib-mkenums.in: introduce an ENUMPREFIX substitution. * gio/gioenumtypes.h.template: use @ENUMPREFIX@ instead of hard coding "G" as prefix. svn path=/trunk/; revision=7096
This commit is contained in:
committed by
Kristian Rietveld
parent
88e007810c
commit
1289b6d165
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/*** BEGIN value-header ***/
|
||||
GType @enum_name@_get_type (void) G_GNUC_CONST;
|
||||
#define G_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
|
||||
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
|
||||
/*** END value-header ***/
|
||||
|
||||
/*** BEGIN file-tail ***/
|
||||
|
Reference in New Issue
Block a user