[gegl] Fix enum string generation
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fix enum string generation
- Date: Sun, 9 Feb 2014 23:26:38 +0000 (UTC)
commit f98c02a3ef028883bf8c7cee0091b0c67f94287e
Author: Daniel Sabo <DanielSabo gmail com>
Date: Sun Feb 9 14:57:20 2014 -0800
Fix enum string generation
Should be "ENUM_NAME" "enum_nick" not "enum_nick" "enum_nick".
gegl/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index af39db9..7ff49bb 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -181,7 +181,7 @@ gegl-enums.c: $(srcdir)/gegl-enums.h
--fhead "/* This is a generated file, do not edit directly */\n\n#include
\"config.h\"\n#include <glib-object.h>\n#include \"gegl-enums.h\"" \
--fprod "\n/* enumerations from \"@filename \" */" \
--vhead "GType\n enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0)
{\n static const G Type@Value values[] = {" \
- --vprod " { @VALUENAME@, \"@valuenick \", \"@valuenick \" }," \
+ --vprod " { @VALUENAME@, \"@VALUENAME \", \"@valuenick \" }," \
--vtail " { 0, NULL, NULL }\n };\n etype = g_ type@_register_static (\"@EnumName
\", values);\n }\n return etype;\n}\n\n" \
$(srcdir)/gegl-enums.h > xgen-tec \
&& cp xgen-tec $(@F) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]