After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300804 - [PATCH]Missing GType for GConfUnsetFlags
[PATCH]Missing GType for GConfUnsetFlags
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
CVS HEAD
Other All
: High trivial
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks: 167072
 
 
Reported: 2005-04-15 21:43 UTC by Gustavo Carneiro
Modified: 2005-05-17 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (needs make regenerate-built-sources in gconf/ after patch) (1.05 KB, patch)
2005-04-15 21:44 UTC, Gustavo Carneiro
none Details | Review

Description Gustavo Carneiro 2005-04-15 21:43:15 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.
Comment 1 Gustavo Carneiro 2005-04-15 21:44:03 UTC
Created attachment 45304 [details] [review]
patch (needs make regenerate-built-sources in gconf/ after patch)
Comment 2 Christian Kirbach 2005-04-16 10:21:08 UTC
Thanks for sending in.
Raising priority to make maintainers aware of patch.
Comment 3 Mark McLoughlin 2005-04-25 17:01:04 UTC
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.

Comment 4 Gustavo Carneiro 2005-05-17 09:50:53 UTC
Can we please have a release for GNOME 2.11.2 (i.e. now)?  gnome-python release
depends on it.