Function x11rb::protocol::xkb::select_events

source ยท
pub fn select_events<'c, 'input, Conn>(
    conn: &'c Conn,
    device_spec: DeviceSpec,
    clear: EventType,
    select_all: EventType,
    affect_map: MapPart,
    map: MapPart,
    details: &'input SelectEventsAux,
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,