Function x11rb::protocol::randr::configure_provider_property

source ยท
pub fn configure_provider_property<'c, 'input, Conn>(
    conn: &'c Conn,
    provider: Provider,
    property: Atom,
    pending: bool,
    range: bool,
    values: &'input [i32],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,