1xcb_input_xi_change_property(3) XCB Requests xcb_input_xi_change_property(3)
2
3
4
6 xcb_input_xi_change_property -
7
9 #include <xcb/xinput.h>
10
11 Request function
12 xcb_void_cookie_t xcb_input_xi_change_property(xcb_connection_t *conn,
13 xcb_input_device_id_t deviceid, uint8_t mode, uint8_t format,
14 xcb_atom_t property, xcb_atom_t type, uint32_t num_items, const
15 void *items);
16
18 conn The XCB connection to X11.
19
20 deviceid TODO: NOT YET DOCUMENTED.
21
22 mode TODO: NOT YET DOCUMENTED.
23
24 format TODO: NOT YET DOCUMENTED.
25
26 property TODO: NOT YET DOCUMENTED.
27
28 type TODO: NOT YET DOCUMENTED.
29
30 num_items TODO: NOT YET DOCUMENTED.
31
32 items TODO: NOT YET DOCUMENTED.
33
36 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
37 event loop.
38
39 If you want to handle errors directly with xcb_request_check instead,
40 use xcb_input_xi_change_property_checked. See xcb-requests(3) for de‐
41 tails.
42
44 This request does never generate any errors.
45
48 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
49 rections and improvements.
50
51
52
53X Version 11 libxcb 1.12 xcb_input_xi_change_property(3)