Function xcb::ffi::base::xcb_flush [−][src]
pub unsafe extern "C" fn xcb_flush(c: *mut xcb_connection_t) -> c_int
Forces any buffered output to be written to the server. Blocks until the write is complete.
Return > 0 on success, <= 0 otherwise.