Function x11rb::protocol::xinput::xi_change_property

source ·
pub fn xi_change_property<'c, 'input, Conn, A>(
    conn: &'c Conn,
    deviceid: A,
    mode: PropMode,
    property: Atom,
    type_: Atom,
    num_items: u32,
    items: &'input XIChangePropertyAux
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized, A: Into<DeviceId>,