| IBus Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
guint ibus_keyval_from_name (const gchar *keyval_name); const gchar * ibus_keyval_name (guint keyval); gunichar ibus_keyval_to_unicode (guint keyval); guint ibus_unicode_to_keyval (gunichar wc);
guint ibus_keyval_from_name (const gchar *keyval_name);
Return the key symbol that associate with the key name.
|
Key name in gdk_keys_by_name. |
Returns : |
Corresponding key symbol. |
const gchar * ibus_keyval_name (guint keyval);
Return the name of a key symbol.
Note that the returned string is used internally, so don't free it.
|
Key symbol. |
Returns : |
Corresponding key name. NULL if no such key symbol. |
gunichar ibus_keyval_to_unicode (guint keyval);
Convert from an IBus key symbol to the corresponding ISO10646 (Unicode) character.
|
an IBus key symbol |
Returns : |
the corresponding unicode character, or 0 if there is no corresponding character. |