x11rb::protocol::xproto

Function 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,