xcb_flush

@brief Forces any buffered output to be written to the server. @param c: The connection to the X server. @return > @c 0 on success, <= @c 0 otherwise.

Forces any buffered output to be written to the server. Blocks until the write is complete.

extern (C)
int
xcb_flush

Meta