Function x11rb::protocol::randr::change_provider_property[][src]

pub fn change_provider_property<'c, 'input, Conn: ?Sized>(
    conn: &'c Conn,
    provider: Provider,
    property: Atom,
    type_: Atom,
    format: u8,
    mode: u8,
    num_items: u32,
    data: &'input [u8]
) -> Result<VoidCookie<'c, Conn>, ConnectionError> where
    Conn: RequestConnection + ?Sized