summaryrefslogtreecommitdiff
path: root/perf
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 /perf
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 'perf')
-rw-r--r--perf/typebuiltins.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/typebuiltins.h.template b/perf/typebuiltins.h.template
index 26acc8368c..ea31ae8343 100644
--- a/perf/typebuiltins.h.template
+++ b/perf/typebuiltins.h.template
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
/*** BEGIN value-header ***/
GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define GTK_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
+#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/
/*** BEGIN file-tail ***/