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 143745 - G_TYPE_UNICHAR is forgotten
G_TYPE_UNICHAR is forgotten
Status: RESOLVED WONTFIX
Product: glib
Classification: Platform
Component: gobject
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2004-06-04 23:18 UTC by Sebastien Bacher
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2004-06-04 23:18:48 UTC
This bug has been reported in the Debian BTS: http://bugs.debian.org/222633

"G_TYPE_UNICHAR and G_TYPE_UNICHAR2 are forgotten in gtype.h (for types
gunichar and gunichar2)."
Comment 1 Owen Taylor 2004-06-05 17:24:04 UTC
There is no reason to need a separate GType for gunichar. There
is a g_param_spec_unichar() for property usages.