forked from AuroraMiddleware/gtk
same change as in pango, so that flags types are registered as flags
2001-09-20 James Henstridge <james@daa.com.au> * Makefile.am (gdk-pixbuf-enum-types.c): same change as in pango, so that flags types are registered as flags rather than enums (not that there are any flags here at the moment).
This commit is contained in:
parent
52dd93c400
commit
6adbb34d52
@ -1,3 +1,9 @@
|
||||
2001-09-20 James Henstridge <james@daa.com.au>
|
||||
|
||||
* Makefile.am (gdk-pixbuf-enum-types.c): same change as in pango,
|
||||
so that flags types are registered as flags rather than enums (not
|
||||
that there are any flags here at the moment).
|
||||
|
||||
Wed Sep 19 00:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (gdk_pixbuf_headers): Don't include
|
||||
|
@ -270,9 +270,9 @@ $(srcdir)/gdk-pixbuf-enum-types.c: @REBUILD@ $(gdk_pixbuf_headers) Makefile
|
||||
cd $(srcdir) && glib-mkenums \
|
||||
--fhead "#include <gdk-pixbuf/gdk-pixbuf.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 GEnumValue values[] = {" \
|
||||
--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@, \"@VALUENAME@\", \"@valuenick@\" }," \
|
||||
--vtail " { 0, NULL, NULL }\n };\n etype = g_enum_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
|
||||
--vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
|
||||
$(gdk_pixbuf_headers) > gdk-pixbuf-enum-types.c
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user