GNOME Bugzilla – Bug 300804
[PATCH]Missing GType for GConfUnsetFlags
Last modified: 2005-05-17 09:50:53 UTC
gconf-enum-types.h is missing a GType for GConfUnsetFlags. This is due to a missing comment that would trigger glib-mkenums to pick this type up and generated metada for it.
Created attachment 45304 [details] [review] patch (needs make regenerate-built-sources in gconf/ after patch)
Thanks for sending in. Raising priority to make maintainers aware of patch.
Turned out we just needed to run "make regenerate-built-sources" - we didn't need the comment at all. 2005-04-25 Mark McLoughlin <mark@skynet.ie> Pointed out by Gustavo Carneiro <gjc@inescporto.pt> in bug #300804 * gconf/gconf-enum-types.[ch]: run "make regenerate-built-sources" so that we get GCONF_TYPE_UNSET_FLAGS. * gconf/gconf-error.h, gconf/gconf-value.h: remove unneccessary glib-mkenums options from C comment. * gconf/regenerate-enum-footer.sh, gconf/regenerate-enum-header.sh: tweak the arguments to glib-mkenums so that we get the same output that we were getting before and the command line is a wee bit more readable.
Can we please have a release for GNOME 2.11.2 (i.e. now)? gnome-python release depends on it.