HomeSort by relevance Sort by last modified time
    Searched defs:xcb_connection_t (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xcb.h 77 typedef struct xcb_connection_t xcb_connection_t; /**< Opaque structure containing all data that XCB needs to communicate with an X server. */ typedef in typeref:struct:xcb_connection_t
204 int xcb_flush(xcb_connection_t *c);
221 uint32_t xcb_get_maximum_request_length(xcb_connection_t *c);
240 void xcb_prefetch_maximum_request_length(xcb_connection_t *c);
254 xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c);
268 xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c);
286 xcb_generic_error_t *xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie);
312 const xcb_query_extension_reply_t *xcb_get_extension_data(xcb_connection_t *c, xcb_extension_t *ext);
325 void xcb_prefetch_extension_data(xcb_connection_t *c, xcb_extension_t *ext)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xcb.h 96 typedef struct xcb_connection_t xcb_connection_t; /**< Opaque structure containing all data that XCB needs to communicate with an X server. */ typedef in typeref:struct:xcb_connection_t
223 int xcb_flush(xcb_connection_t *c);
240 uint32_t xcb_get_maximum_request_length(xcb_connection_t *c);
259 void xcb_prefetch_maximum_request_length(xcb_connection_t *c);
273 xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c);
287 xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c);
303 xcb_generic_event_t *xcb_poll_for_queued_event(xcb_connection_t *c);
321 xcb_generic_error_t *xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie);
337 void xcb_discard_reply(xcb_connection_t *c, unsigned int sequence)
    [all...]

Completed in 70 milliseconds