about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedxkbcommon_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedxkbcommon_private.h b/src/wrapped/wrappedxkbcommon_private.h
index b61bc5f9..6e9d3aa3 100644
--- a/src/wrapped/wrappedxkbcommon_private.h
+++ b/src/wrapped/wrappedxkbcommon_private.h
@@ -8,15 +8,15 @@
 //GO(xkb_compose_state_get_one_sym, 
 //GO(xkb_compose_state_get_status, 
 //GO(xkb_compose_state_get_utf8, 
-//GO(xkb_compose_state_new, 
+GO(xkb_compose_state_new, pFpi)
 //GO(xkb_compose_state_ref, 
 //GO(xkb_compose_state_reset, 
-//GO(xkb_compose_state_unref, 
+GO(xkb_compose_state_unref, vFp)
 //GO(xkb_compose_table_new_from_buffer, 
 //GO(xkb_compose_table_new_from_file, 
 GO(xkb_compose_table_new_from_locale, pFppi)
 //GO(xkb_compose_table_ref, 
-//GO(xkb_compose_table_unref, 
+GO(xkb_compose_table_unref, vFp)
 //GO(xkb_context_get_log_level, 
 //GO(xkb_context_get_log_verbosity, 
 GO(xkb_context_get_user_data, pFp)