1xcb_x_print_print_get_attributes(3X)CB Requestxscb_x_print_print_get_attributes(3)
2
3
4
6 xcb_x_print_print_get_attributes -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_get_attributes_cookie_t
13 xcb_x_print_print_get_attributes(xcb_connection_t *conn,
14 xcb_x_print_pcontext_t context, uint8_t pool);
15
16 Reply datastructure
17 typedef struct xcb_x_print_print_get_attributes_reply_t {
18 uint8_t response_type;
19 uint8_t pad0;
20 uint16_t sequence;
21 uint32_t length;
22 uint32_t stringLen;
23 uint8_t pad1[20];
24 } xcb_x_print_print_get_attributes_reply_t;
25
26 Reply function
27 xcb_x_print_print_get_attributes_reply_t
28 *xcb_x_print_print_get_attributes_reply(xcb_connection_t *conn,
29 xcb_x_print_print_get_attributes_cookie_t cookie,
30 xcb_generic_error_t **e);
31
32 Reply accessors
33 xcb_x_print_string8_t
34 *xcb_x_print_print_get_attributes_attributes(const
35 xcb_x_print_print_get_attributes_request_t *reply);
36
37 int xcb_x_print_print_get_attributes_attributes_length(const
38 xcb_x_print_print_get_attributes_reply_t *reply);
39
40 xcb_generic_iterator_t
41 xcb_x_print_print_get_attributes_attributes_end(const
42 xcb_x_print_print_get_attributes_reply_t *reply);
43
45 conn The XCB connection to X11.
46
47 context TODO: NOT YET DOCUMENTED.
48
49 pool TODO: NOT YET DOCUMENTED.
50
52 response_type
53 The type of this reply, in this case
54 XCB_X_PRINT_PRINT_GET_ATTRIBUTES. This field is also present
55 in the xcb_generic_reply_t and can be used to tell replies
56 apart from each other.
57
58 sequence The sequence number of the last request processed by the X11
59 server.
60
61 length The length of the reply, in words (a word is 4 bytes).
62
63 stringLen TODO: NOT YET DOCUMENTED.
64
67 Returns an xcb_x_print_print_get_attributes_cookie_t. Errors have to be
68 handled when calling the reply function xcb_x_print_print_get_at‐
69 tributes_reply.
70
71 If you want to handle errors in the event loop instead, use
72 xcb_x_print_print_get_attributes_unchecked. See xcb-requests(3) for de‐
73 tails.
74
76 This request does never generate any errors.
77
80 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
81 rections and improvements.
82
83
84
85X Version 11 libxcb 1.13x.c1b_x_print_print_get_attributes(3)