Function x11rb::protocol::xproto::poly_fill_arc

source ·
pub fn poly_fill_arc<'c, 'input, Conn>(
    conn: &'c Conn,
    drawable: Drawable,
    gc: Gcontext,
    arcs: &'input [Arc]
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,