Function x11rb::protocol::xkb::get_indicator_map

source ยท
pub fn get_indicator_map<Conn>(
    conn: &Conn,
    device_spec: DeviceSpec,
    which: u32,
) -> Result<Cookie<'_, Conn, GetIndicatorMapReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,