54 enum xcb_send_request_flags_t {
    55     XCB_REQUEST_CHECKED = 1 << 0,
    56     XCB_REQUEST_RAW = 1 << 1,
    57     XCB_REQUEST_DISCARD_REPLY = 1 << 2,
    58     XCB_REQUEST_REPLY_FDS = 1 << 3
   213 int xcb_take_socket(
xcb_connection_t *c, 
void (*return_socket)(
void *closure), 
void *closure, 
int flags, uint64_t *sent);
   309 int xcb_popcount(uint32_t mask);
   316 int xcb_sumof(uint8_t *list, 
int len);
 Generic error. 
Definition: xcb.h:170
Definition: xcb_windefs.h:38