Function x11rb::protocol::xkb::set_compat_map

source ·
pub fn set_compat_map<'c, 'input, Conn>(
    conn: &'c Conn,
    device_spec: DeviceSpec,
    recompute_actions: bool,
    truncate_si: bool,
    groups: SetOfGroup,
    first_si: u16,
    si: &'input [SymInterpret],
    group_maps: &'input [ModDef]
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,