Function xcb_sys::xcb_change_keyboard_mapping[][src]

pub unsafe extern "C" fn xcb_change_keyboard_mapping(
    c: *mut xcb_connection_t,
    keycode_count: u8,
    first_keycode: xcb_keycode_t,
    keysyms_per_keycode: u8,
    keysyms: *const xcb_keysym_t
) -> xcb_void_cookie_t