summaryrefslogtreecommitdiff
path: root/xkbcommon.map
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-09-12 18:44:30 +0300
committerRan Benita <ran234@gmail.com>2014-10-05 12:56:46 +0300
commitedc98b54033e01302cc64f67ef09ba52595e17bd (patch)
tree68a88e2ea7da1d98057d93169e10969a05c488f0 /xkbcommon.map
parent046c802e9655ce371ce35d88f74a6bf9b9d3cc96 (diff)
downloadxorg-lib-libxkbcommon-edc98b54033e01302cc64f67ef09ba52595e17bd.tar.gz
compose: add xkbcommon-compose - implementation
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'xkbcommon.map')
-rw-r--r--xkbcommon.map14
1 files changed, 14 insertions, 0 deletions
diff --git a/xkbcommon.map b/xkbcommon.map
index 28122b4..3bbb13e 100644
--- a/xkbcommon.map
+++ b/xkbcommon.map
@@ -68,6 +68,20 @@ global:
xkb_state_layout_index_is_active;
xkb_state_led_name_is_active;
xkb_state_led_index_is_active;
+ xkb_compose_table_new_from_locale;
+ xkb_compose_table_new_from_file;
+ xkb_compose_table_new_from_buffer;
+ xkb_compose_table_ref;
+ xkb_compose_table_unref;
+ xkb_compose_state_new;
+ xkb_compose_state_ref;
+ xkb_compose_state_unref;
+ xkb_compose_state_get_compose_table;
+ xkb_compose_state_feed;
+ xkb_compose_state_reset;
+ xkb_compose_state_get_status;
+ xkb_compose_state_get_utf8;
+ xkb_compose_state_get_one_sym;
local:
*;
};