54enum 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
 
  213int xcb_take_socket(
xcb_connection_t *c, 
void (*return_socket)(
void *closure), 
void *closure, 
int flags, uint64_t *sent);
 
  309int xcb_popcount(uint32_t mask);
 
  316int xcb_sumof(uint8_t *list, 
int len);
 
Definition: xcb_windefs.h:38
Generic error.
Definition: xcb.h:186