summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorKristian Rietveld <kris@imendio.com>2008-06-23 12:09:15 +0000
committerKristian Rietveld <kristian@src.gnome.org>2008-06-23 12:09:15 +0000
commited7d0ed47ede155141bb8947a5f56f4d1f4603bd (patch)
treea908aa92e4212cfbdb92923bc4a9c52726cbe497 /gdk-pixbuf
parent7dfaf81ee27c3ed93e5417b1bc8db0c4d4dfa95a (diff)
downloadgtk+-ed7d0ed47ede155141bb8947a5f56f4d1f4603bd.tar.gz
do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you
2008-06-23 Kristian Rietveld <kris@imendio.com> * gdk/gdkenumtypes.h.template: * gdk-pixbuf/gdk-pixbuf-enum-types.h.template: * gtk/gtktypebuiltins.h.template: * perf/typebuiltins.h.template: do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you need an up to date glib for this). svn path=/trunk/; revision=20674
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-enum-types.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-enum-types.h.template b/gdk-pixbuf/gdk-pixbuf-enum-types.h.template
index 7cdf233764..4ecb7161da 100644
--- a/gdk-pixbuf/gdk-pixbuf-enum-types.h.template
+++ b/gdk-pixbuf/gdk-pixbuf-enum-types.h.template
@@ -18,7 +18,7 @@ G_BEGIN_DECLS
/*** BEGIN value-header ***/
GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define GDK_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
+#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/
/*** BEGIN file-tail ***/