1xcb_selection_clear_event_t(3)    XCB Events    xcb_selection_clear_event_t(3)
2
3
4

NAME

6       xcb_selection_clear_event_t -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_selection_clear_event_t {
13           uint8_t         response_type;
14           uint8_t         pad0;
15           uint16_t        sequence;
16           xcb_timestamp_t time;
17           xcb_window_t    owner;
18           xcb_atom_t      selection;
19       } xcb_selection_clear_event_t;
20

EVENT FIELDS

22       response_type
23                 The type of this event, in this case XCB_SELECTION_CLEAR.
24                 This field is also present in the xcb_generic_event_t and can
25                 be used to tell events apart from each other.
26
27       sequence  The sequence number of the last request processed by the X11
28                 server.
29
30       time      NOT YET DOCUMENTED.
31
32       owner     NOT YET DOCUMENTED.
33
34       selection NOT YET DOCUMENTED.
35

DESCRIPTION

SEE ALSO

AUTHOR

39       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
40       rections and improvements.
41
42
43
44X Version 11                      libxcb 1.13   xcb_selection_clear_event_t(3)
Impressum