1xcb_record_create_context(3) XCB Requests xcb_record_create_context(3)
2
3
4
6 xcb_record_create_context -
7
9 #include <xcb/record.h>
10
11 Request function
12 xcb_void_cookie_t xcb_record_create_context(xcb_connection_t *conn,
13 xcb_record_context_t context,
14 xcb_record_element_header_t element_header,
15 uint32_t num_client_specs, uint32_t num_ranges, const
16 xcb_record_client_spec_t *client_specs, const
17 xcb_record_range_t *ranges);
18
20 conn The XCB connection to X11.
21
22 context TODO: NOT YET DOCUMENTED.
23
24 element_header
25 TODO: NOT YET DOCUMENTED.
26
27 num_client_specs
28 TODO: NOT YET DOCUMENTED.
29
30 num_ranges
31 TODO: NOT YET DOCUMENTED.
32
33 client_specs
34 TODO: NOT YET DOCUMENTED.
35
36 ranges TODO: NOT YET DOCUMENTED.
37
40 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
41 event loop.
42
43 If you want to handle errors directly with xcb_request_check instead,
44 use xcb_record_create_context_checked. See xcb-requests(3) for details.
45
47 This request does never generate any errors.
48
51 Generated from record.xml. Contact xcb@lists.freedesktop.org for cor‐
52 rections and improvements.
53
54
55
56X Version 11 libxcb 1.13.1 xcb_record_create_context(3)