1xcb_x_print_print_input_selected(3X)CB Requestxscb_x_print_print_input_selected(3)
2
3
4
6 xcb_x_print_print_input_selected -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_input_selected_cookie_t
13 xcb_x_print_print_input_selected(xcb_connection_t *conn,
14 xcb_x_print_pcontext_t context);
15
16 Reply datastructure
17 typedef struct xcb_x_print_print_input_selected_reply_t {
18 uint8_t response_type;
19 uint8_t pad0;
20 uint16_t sequence;
21 uint32_t length;
22 uint32_t event_mask;
23 uint32_t all_events_mask;
24 } xcb_x_print_print_input_selected_reply_t;
25
26 Reply function
27 xcb_x_print_print_input_selected_reply_t
28 *xcb_x_print_print_input_selected_reply(xcb_connection_t *conn,
29 xcb_x_print_print_input_selected_cookie_t cookie,
30 xcb_generic_error_t **e);
31
33 conn The XCB connection to X11.
34
35 context TODO: NOT YET DOCUMENTED.
36
38 response_type
39 The type of this reply, in this case XCB_X_PRINT_PRINT_IN‐
40 PUT_SELECTED. This field is also present in the xcb_gener‐
41 ic_reply_t and can be used to tell replies apart from each
42 other.
43
44 sequence The sequence number of the last request processed by the X11
45 server.
46
47 length The length of the reply, in words (a word is 4 bytes).
48
49 event_mask
50 TODO: NOT YET DOCUMENTED.
51
52 all_events_mask
53 TODO: NOT YET DOCUMENTED.
54
57 Returns an xcb_x_print_print_input_selected_cookie_t. Errors have to be
58 handled when calling the reply function xcb_x_print_print_input_select‐
59 ed_reply.
60
61 If you want to handle errors in the event loop instead, use
62 xcb_x_print_print_input_selected_unchecked. See xcb-requests(3) for de‐
63 tails.
64
66 This request does never generate any errors.
67
70 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
71 rections and improvements.
72
73
74
75X Version 11 libxcb 1.1x3cb_x_print_print_input_selected(3)