Function x11rb::protocol::xinput::get_device_property

source ·
pub fn get_device_property<Conn>(
    conn: &Conn,
    property: Atom,
    type_: Atom,
    offset: u32,
    len: u32,
    device_id: u8,
    delete: bool
) -> Result<Cookie<'_, Conn, GetDevicePropertyReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,