xcb_wait_for_reply64

@brief Wait for the reply of a given request, with 64-bit sequence number @param c: The connection to the X server. @param request: 64-bit sequence number of the request as returned by xcb_send_request64(). @param e: Location to store errors in, or NULL. Ignored for unchecked requests.

Returns the reply to the given request or returns null in the event of errors. Blocks until the reply or error for the request arrives, or an I/O error occurs.

Unlike its xcb_wait_for_reply() counterpart, the given sequence number is not automatically "widened" to 64-bit.

extern (C)
void*
xcb_wait_for_reply64

Meta