1xcb_x_print_print_get_printer_listX(C3B)Requexsctbs_x_print_print_get_printer_list(3)
2
3
4
6 xcb_x_print_print_get_printer_list -
7
9 #include <xcb/xprint.h>
10
11 Request function
12 xcb_x_print_print_get_printer_list_cookie_t
13 xcb_x_print_print_get_printer_list(xcb_connection_t *conn,
14 uint32_t printerNameLen, uint32_t localeLen, const
15 xcb_x_print_string8_t *printer_name, const
16 xcb_x_print_string8_t *locale);
17
18 Reply datastructure
19 typedef struct xcb_x_print_print_get_printer_list_reply_t {
20 uint8_t response_type;
21 uint8_t pad0;
22 uint16_t sequence;
23 uint32_t length;
24 uint32_t listCount;
25 uint8_t pad1[20];
26 } xcb_x_print_print_get_printer_list_reply_t;
27
28 Reply function
29 xcb_x_print_print_get_printer_list_reply_t
30 *xcb_x_print_print_get_printer_list_reply(xcb_connection_t *conn,
31 xcb_x_print_print_get_printer_list_cookie_t cookie,
32 xcb_generic_error_t **e);
33
34 Reply accessors
35 int xcb_x_print_print_get_printer_list_printers_length(const
36 xcb_x_print_print_get_printer_list_reply_t *reply);
37
38 xcb_x_print_printer_iterator_t
39 xcb_x_print_print_get_printer_list_printers_iterator(const
40 xcb_x_print_print_get_printer_list_reply_t *reply);
41
43 conn The XCB connection to X11.
44
45 printerNameLen
46 TODO: NOT YET DOCUMENTED.
47
48 localeLen TODO: NOT YET DOCUMENTED.
49
50 printer_name
51 TODO: NOT YET DOCUMENTED.
52
53 locale TODO: NOT YET DOCUMENTED.
54
56 response_type
57 The type of this reply, in this case
58 XCB_X_PRINT_PRINT_GET_PRINTER_LIST. 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 listCount TODO: NOT YET DOCUMENTED.
68
71 Returns an xcb_x_print_print_get_printer_list_cookie_t. Errors have to
72 be handled when calling the reply function xcb_x_print_print_get_print‐
73 er_list_reply.
74
75 If you want to handle errors in the event loop instead, use
76 xcb_x_print_print_get_printer_list_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 libxcb 1.x1c3b._1x_print_print_get_printer_list(3)