Function x11rb::protocol::xproto::set_dashes

source ยท
pub fn set_dashes<'c, 'input, Conn>(
    conn: &'c Conn,
    gc: Gcontext,
    dash_offset: u16,
    dashes: &'input [u8],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,