Function x11rb::protocol::xinput::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>,