1xcb_x_print_print_get_context(3) XCB Requests xcb_x_print_print_get_context(3)
2
3
4
6 xcb_x_print_print_get_context -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_get_context_cookie_t
13 xcb_x_print_print_get_context(xcb_connection_t *conn,
14
15 Reply datastructure
16 typedef struct xcb_x_print_print_get_context_reply_t {
17 uint8_t response_type;
18 uint8_t pad0;
19 uint16_t sequence;
20 uint32_t length;
21 uint32_t context;
22 } xcb_x_print_print_get_context_reply_t;
23
24 Reply function
25 xcb_x_print_print_get_context_reply_t
26 *xcb_x_print_print_get_context_reply(xcb_connection_t *conn,
27 xcb_x_print_print_get_context_cookie_t cookie,
28 xcb_generic_error_t **e);
29
31 conn The XCB connection to X11.
32
34 response_type
35 The type of this reply, in this case
36 XCB_X_PRINT_PRINT_GET_CONTEXT. This field is also present in
37 the xcb_generic_reply_t and can be used to tell replies apart
38 from each other.
39
40 sequence The sequence number of the last request processed by the X11
41 server.
42
43 length The length of the reply, in words (a word is 4 bytes).
44
45 context TODO: NOT YET DOCUMENTED.
46
49 Returns an xcb_x_print_print_get_context_cookie_t. Errors have to be
50 handled when calling the reply function xcb_x_print_print_get_con‐
51 text_reply.
52
53 If you want to handle errors in the event loop instead, use
54 xcb_x_print_print_get_context_unchecked. See xcb-requests(3) for de‐
55 tails.
56
58 This request does never generate any errors.
59
62 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
63 rections and improvements.
64
65
66
67X Version 11 libxcb 1.13 xcb_x_print_print_get_context(3)