]> Pileus Git - ~andy/gtk/blobdiff - perf/typebuiltins.h.template
do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you
[~andy/gtk] / perf / typebuiltins.h.template
index 26acc8368c4601975c1718255127a68e40dc427a..ea31ae83433370c439da9dd65f6cc320ae772182 100644 (file)
@@ -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 ***/