1xcb_x_print_attribut_notify_event_tX(C3B)Evexnctbs_x_print_attribut_notify_event_t(3)
2
3
4
6 xcb_x_print_attribut_notify_event_t -
7
9 #include <xcb/xprint.h>
10
11 Event datastructure
12 typedef struct xcb_x_print_attribut_notify_event_t {
13 uint8_t response_type;
14 uint8_t detail;
15 uint16_t sequence;
16 xcb_x_print_pcontext_t context;
17 } xcb_x_print_attribut_notify_event_t;
18
20 response_type
21 The type of this event, in this case XCB_X_PRINT_ATTRIBUT_NO‐
22 TIFY. This field is also present in the xcb_generic_event_t
23 and can be used to tell events apart from each other.
24
25 sequence The sequence number of the last request processed by the X11
26 server.
27
28 detail NOT YET DOCUMENTED.
29
30 context NOT YET DOCUMENTED.
31
35 Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
36 rections and improvements.
37
38
39
40X Version 11 libxcbx1c.b1_3x_print_attribut_notify_event_t(3)