1xcb_selection_notify_event_t(3) XCB Events xcb_selection_notify_event_t(3)
2
3
4
6 xcb_selection_notify_event_t -
7
9 #include <xcb/xproto.h>
10
11 Event datastructure
12 typedef struct xcb_selection_notify_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 xcb_window_t requestor;
18 xcb_atom_t selection;
19 xcb_atom_t target;
20 xcb_atom_t property;
21 } xcb_selection_notify_event_t;
22
24 response_type
25 The type of this event, in this case XCB_SELECTION_NOTIFY.
26 This field is also present in the xcb_generic_event_t and can
27 be used to tell events apart from each other.
28
29 sequence The sequence number of the last request processed by the X11
30 server.
31
32 time NOT YET DOCUMENTED.
33
34 requestor NOT YET DOCUMENTED.
35
36 selection NOT YET DOCUMENTED.
37
38 target NOT YET DOCUMENTED.
39
40 property NOT YET DOCUMENTED.
41
45 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
46 rections and improvements.
47
48
49
50X Version 11 libxcb 1.13.1 xcb_selection_notify_event_t(3)