1xcb_x_print_print_set_image_resoluXtCiBonRx(ec3qb)u_exs_tpsrint_print_set_image_resolution(3)
2
3
4
6 xcb_x_print_print_set_image_resolution -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_set_image_resolution_cookie_t
13 xcb_x_print_print_set_image_resolution(xcb_connection_t *conn,
14 xcb_x_print_pcontext_t context, uint16_t image_resolution);
15
16 Reply datastructure
17 typedef struct xcb_x_print_print_set_image_resolution_reply_t {
18 uint8_t response_type;
19 uint8_t status;
20 uint16_t sequence;
21 uint32_t length;
22 uint16_t previous_resolutions;
23 } xcb_x_print_print_set_image_resolution_reply_t;
24
25 Reply function
26 xcb_x_print_print_set_image_resolution_reply_t
27 *xcb_x_print_print_set_image_resolution_reply(xcb_connection_t *conn,
28 xcb_x_print_print_set_image_resolution_cookie_t cookie,
29 xcb_generic_error_t **e);
30
32 conn The XCB connection to X11.
33
34 context TODO: NOT YET DOCUMENTED.
35
36 image_resolution
37 TODO: NOT YET DOCUMENTED.
38
40 response_type
41 The type of this reply, in this case
42 XCB_X_PRINT_PRINT_SET_IMAGE_RESOLUTION. This field is also
43 present in the xcb_generic_reply_t and can be used to tell
44 replies apart from each other.
45
46 sequence The sequence number of the last request processed by the X11
47 server.
48
49 length The length of the reply, in words (a word is 4 bytes).
50
51 status TODO: NOT YET DOCUMENTED.
52
53 previous_resolutions
54 TODO: NOT YET DOCUMENTED.
55
58 Returns an xcb_x_print_print_set_image_resolution_cookie_t. Errors have
59 to be handled when calling the reply function xcb_x_print_print_set_im‐
60 age_resolution_reply.
61
62 If you want to handle errors in the event loop instead, use
63 xcb_x_print_print_set_image_resolution_unchecked. See xcb-requests(3)
64 for details.
65
67 This request does never generate any errors.
68
71 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
72 rections and improvements.
73
74
75
76X Version 11 libxxccbb_1x._1p3rint_print_set_image_resolution(3)