x11rb::protocol::xproto

Function bell

Source
pub fn bell<Conn>(
    conn: &Conn,
    percent: i8,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,