1xcb_input_get_device_dont_propagatXeC_BxlciRbse_tqi(un3ep)sutts_get_device_dont_propagate_list(3)
2
3
4

NAME

6       xcb_input_get_device_dont_propagate_list -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Request function
12       xcb_input_get_device_dont_propagate_list_cookie_t
13              xcb_input_get_device_dont_propagate_list(xcb_connection_t *conn,
14              xcb_window_t window);
15
16   Reply datastructure
17       typedef struct xcb_input_get_device_dont_propagate_list_reply_t {
18           uint8_t  response_type;
19           uint8_t  xi_reply_type;
20           uint16_t sequence;
21           uint32_t length;
22           uint16_t num_classes;
23           uint8_t  pad0[22];
24       } xcb_input_get_device_dont_propagate_list_reply_t;
25
26   Reply function
27       xcb_input_get_device_dont_propagate_list_reply_t
28              *xcb_input_get_device_dont_propagate_list_reply(xcb_connection_t *conn,
29              xcb_input_get_device_dont_propagate_list_cookie_t cookie,
30              xcb_generic_error_t **e);
31
32   Reply accessors
33       xcb_input_event_class_t
34              *xcb_input_get_device_dont_propagate_list_classes(const
35              xcb_input_get_device_dont_propagate_list_request_t *reply);
36
37       int xcb_input_get_device_dont_propagate_list_classes_length(const
38              xcb_input_get_device_dont_propagate_list_reply_t *reply);
39
40       xcb_generic_iterator_t
41              xcb_input_get_device_dont_propagate_list_classes_end(const
42              xcb_input_get_device_dont_propagate_list_reply_t *reply);
43

REQUEST ARGUMENTS

45       conn      The XCB connection to X11.
46
47       window    TODO: NOT YET DOCUMENTED.
48

REPLY FIELDS

50       response_type
51                 The type of this reply, in this case XCB_INPUT_GET_DE‐
52                 VICE_DONT_PROPAGATE_LIST. This field is also present in the
53                 xcb_generic_reply_t and can be used to tell replies apart
54                 from each other.
55
56       sequence  The sequence number of the last request processed by the X11
57                 server.
58
59       length    The length of the reply, in words (a word is 4 bytes).
60
61       xi_reply_type
62                 TODO: NOT YET DOCUMENTED.
63
64       num_classes
65                 TODO: NOT YET DOCUMENTED.
66

DESCRIPTION

RETURN VALUE

69       Returns an xcb_input_get_device_dont_propagate_list_cookie_t. Errors
70       have to be handled when calling the reply function xcb_input_get_de‐
71       vice_dont_propagate_list_reply.
72
73       If you want to handle errors in the event loop instead, use xcb_in‐
74       put_get_device_dont_propagate_list_unchecked. See xcb-requests(3) for
75       details.
76

ERRORS

78       This request does never generate any errors.
79

SEE ALSO

AUTHOR

82       Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
83       rections and improvements.
84
85
86
87X Version 11                      lixbcxbc_bin1p.u1t3_get_device_dont_propagate_list(3)
Impressum