xcb_poll_for_reply64

@brief Poll 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_request(). @param reply: Location to store the reply in, must not be NULL. @param e: Location to store errors in, or NULL. Ignored for unchecked requests. @return 1 when the reply to the request was returned, else 0.

Checks if the reply to the given request already received. Does not block.

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

extern (C)
int
xcb_poll_for_reply64

Meta