1xcb_x_print_print_get_screen_of_coXnCtBexxRcteb(q_3ux)e_sptrsint_print_get_screen_of_context(3)
2
3
4
6 xcb_x_print_print_get_screen_of_context -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_get_screen_of_context_cookie_t
13 xcb_x_print_print_get_screen_of_context(xcb_connection_t *conn,
14
15 Reply datastructure
16 typedef struct xcb_x_print_print_get_screen_of_context_reply_t {
17 uint8_t response_type;
18 uint8_t pad0;
19 uint16_t sequence;
20 uint32_t length;
21 xcb_window_t root;
22 } xcb_x_print_print_get_screen_of_context_reply_t;
23
24 Reply function
25 xcb_x_print_print_get_screen_of_context_reply_t
26 *xcb_x_print_print_get_screen_of_context_reply(xcb_connection_t *conn,
27 xcb_x_print_print_get_screen_of_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_SCREEN_OF_CONTEXT. This field is also
37 present in the xcb_generic_reply_t and can be used to tell
38 replies apart 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 root TODO: NOT YET DOCUMENTED.
46
49 Returns an xcb_x_print_print_get_screen_of_context_cookie_t. Errors
50 have to be handled when calling the reply function
51 xcb_x_print_print_get_screen_of_context_reply.
52
53 If you want to handle errors in the event loop instead, use
54 xcb_x_print_print_get_screen_of_context_unchecked. See xcb-requests(3)
55 for details.
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 libxxccbb_1x._1p3r.i1nt_print_get_screen_of_context(3)