1xcb_x_print_print_get_one_attributXeCsB(3R)eqxucebs_txs_print_print_get_one_attributes(3)
2
3
4
6 xcb_x_print_print_get_one_attributes -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_get_one_attributes_cookie_t
13 xcb_x_print_print_get_one_attributes(xcb_connection_t *conn,
14 xcb_x_print_pcontext_t context, uint32_t nameLen, uint8_t pool,
15 const xcb_x_print_string8_t *name);
16
17 Reply datastructure
18 typedef struct xcb_x_print_print_get_one_attributes_reply_t {
19 uint8_t response_type;
20 uint8_t pad0;
21 uint16_t sequence;
22 uint32_t length;
23 uint32_t valueLen;
24 uint8_t pad1[20];
25 } xcb_x_print_print_get_one_attributes_reply_t;
26
27 Reply function
28 xcb_x_print_print_get_one_attributes_reply_t
29 *xcb_x_print_print_get_one_attributes_reply(xcb_connection_t *conn,
30 xcb_x_print_print_get_one_attributes_cookie_t cookie,
31 xcb_generic_error_t **e);
32
33 Reply accessors
34 xcb_x_print_string8_t *xcb_x_print_print_get_one_attributes_value(const
35 xcb_x_print_print_get_one_attributes_request_t *reply);
36
37 int xcb_x_print_print_get_one_attributes_value_length(const
38 xcb_x_print_print_get_one_attributes_reply_t *reply);
39
40 xcb_generic_iterator_t
41 xcb_x_print_print_get_one_attributes_value_end(const
42 xcb_x_print_print_get_one_attributes_reply_t *reply);
43
45 conn The XCB connection to X11.
46
47 context TODO: NOT YET DOCUMENTED.
48
49 nameLen TODO: NOT YET DOCUMENTED.
50
51 pool TODO: NOT YET DOCUMENTED.
52
53 name TODO: NOT YET DOCUMENTED.
54
56 response_type
57 The type of this reply, in this case
58 XCB_X_PRINT_PRINT_GET_ONE_ATTRIBUTES. This field is also
59 present in the xcb_generic_reply_t and can be used to tell
60 replies apart from each other.
61
62 sequence The sequence number of the last request processed by the X11
63 server.
64
65 length The length of the reply, in words (a word is 4 bytes).
66
67 valueLen TODO: NOT YET DOCUMENTED.
68
71 Returns an xcb_x_print_print_get_one_attributes_cookie_t. Errors have
72 to be handled when calling the reply function
73 xcb_x_print_print_get_one_attributes_reply.
74
75 If you want to handle errors in the event loop instead, use
76 xcb_x_print_print_get_one_attributes_unchecked. See xcb-requests(3) for
77 details.
78
80 This request does never generate any errors.
81
84 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
85 rections and improvements.
86
87
88
89X Version 11 libxcbxc1b._1x2_print_print_get_one_attributes(3)