Function

Gdkkeyval_to_unicode

Declaration [src]

guint32
gdk_keyval_to_unicode (
  guint keyval
)

Description [src]

Convert from a GDK key symbol to the corresponding ISO10646 (Unicode) character.

Parameters

keyval

Type: guint

A GDK key symbol.

Return value

Type: guint32

The corresponding unicode character, or 0 if there is no corresponding character.