Rename keysym <-> string API
authorDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 12:22:34 +0000 (13:22 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 12:22:34 +0000 (13:22 +0100)
commite1af48bc04c4191cd3cf2cd457ee37c6b6ac7e10
treee036ad91948ab091606770d1501beb7efecf2aa3
parent124e62e48f22dad7eb87edbaf7ac6a539a1aab5f
Rename keysym <-> string API

Change them to refer to the string representation of the keysym's name
as a name rather than a string, since we want to add API to get the
Unicode printable representation as well.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
include/xkbcommon/xkbcommon.h
src/keysym.c
src/text.c
src/xkbcomp/expr.c
src/xkbcomp/parseutils.c
test/xkey.c