Function redwm::imports::set_dashes[][src]

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