1xcb_x_print_create_context(3) XCB Requests xcb_x_print_create_context(3)
2
3
4
6 xcb_x_print_create_context -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_void_cookie_t xcb_x_print_create_context(xcb_connection_t *conn,
13 uint32_t context_id, uint32_t printerNameLen,
14 uint32_t localeLen, const xcb_x_print_string8_t *printerName,
15 const xcb_x_print_string8_t *locale);
16
18 conn The XCB connection to X11.
19
20 context_id
21 TODO: NOT YET DOCUMENTED.
22
23 printerNameLen
24 TODO: NOT YET DOCUMENTED.
25
26 localeLen TODO: NOT YET DOCUMENTED.
27
28 printerName
29 TODO: NOT YET DOCUMENTED.
30
31 locale TODO: NOT YET DOCUMENTED.
32
35 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
36 event loop.
37
38 If you want to handle errors directly with xcb_request_check instead,
39 use xcb_x_print_create_context_checked. See xcb-requests(3) for de‐
40 tails.
41
43 This request does never generate any errors.
44
47 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
48 rections and improvements.
49
50
51
52X Version 11 libxcb 1.13.1 xcb_x_print_create_context(3)