x11rb::protocol::xinput

Function xi_delete_property

Source
pub fn xi_delete_property<Conn, A>(
    conn: &Conn,
    deviceid: A,
    property: Atom,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized, A: Into<DeviceId>,