xcb_poll_for_event

@brief Returns the next event or error from the server. @param c: The connection to the X server. @return The next event from the server.

Returns the next event or error from the server, if one is available, or returns @c NULL otherwise. If no event is available, that might be because an I/O error like connection close occurred while attempting to read the next event, in which case the connection is shut down when this function returns.

extern (C)
xcb_poll_for_event

Meta