1xcb_sync_await(3) XCB Requests xcb_sync_await(3)
2
3
4
6 xcb_sync_await -
7
9 #include <xcb/sync.h>
10
11 Request function
12 xcb_void_cookie_t xcb_sync_await(xcb_connection_t *conn,
13 uint32_t wait_list_len, const
14 xcb_sync_waitcondition_t *wait_list);
15
17 conn The XCB connection to X11.
18
19 wait_list_len
20 TODO: NOT YET DOCUMENTED.
21
22 wait_list TODO: NOT YET DOCUMENTED.
23
26 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
27 event loop.
28
29 If you want to handle errors directly with xcb_request_check instead,
30 use xcb_sync_await_checked. See xcb-requests(3) for details.
31
33 This request does never generate any errors.
34
37 Generated from sync.xml. Contact xcb@lists.freedesktop.org for correcā
38 tions and improvements.
39
40
41
42X Version 11 libxcb 1.13.1 xcb_sync_await(3)