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 695188 - event: Use gunichar when dealing with unicode characters
event: Use gunichar when dealing with unicode characters
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-05 07:25 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2013-03-06 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
event: Use gunichar when dealing with unicode characters (2.36 KB, patch)
2013-03-05 07:25 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2013-03-05 07:25:50 UTC
This makes introspection return the keycode as a string, rather
than an integer.
Comment 1 Jasper St. Pierre (not reading bugmail) 2013-03-05 07:25:53 UTC
Created attachment 238095 [details] [review]
event: Use gunichar when dealing with unicode characters
Comment 2 Emmanuele Bassi (:ebassi) 2013-03-05 11:42:21 UTC
Review of attachment 238095 [details] [review]:

gunichar is a guint32 typedef, so I guess this is perfectly safe from an ABI standpoint - even for introspection.
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-03-06 17:46:48 UTC
Attachment 238095 [details] pushed as ab27436 - event: Use gunichar when dealing with unicode characters