GNOME Bugzilla – Bug 695188
event: Use gunichar when dealing with unicode characters
Last modified: 2013-03-06 17:46:50 UTC
This makes introspection return the keycode as a string, rather than an integer.
Created attachment 238095 [details] [review] event: Use gunichar when dealing with unicode characters
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.
Attachment 238095 [details] pushed as ab27436 - event: Use gunichar when dealing with unicode characters