Add xkb_map_get_as_string
authorDaniel Stone <daniel@fooishbar.org>
Fri, 25 May 2012 16:05:39 +0000 (17:05 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 29 May 2012 14:07:18 +0000 (15:07 +0100)
commitebd397e184a9f0b6127d37fed96e75ed32be8ae1
treebfb5f79e20cf24a30d2bf0c3afaa6b80a8517242
parent208d957806f5555809c1e511a587211d50c13b70
Add xkb_map_get_as_string

Returns a newly-allocated string representing the specified keymap.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Makefile.am
include/xkbcommon/xkbcommon.h
src/keymap-dump.c [new file with mode: 0644]
src/misc.c
src/xkb-priv.h
test/dump.c [new file with mode: 0644]