1xcb_input_change_device_property(3X)CB Requestxscb_input_change_device_property(3)
2
3
4

NAME

6       xcb_input_change_device_property -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Request function
12       xcb_void_cookie_t
13              xcb_input_change_device_property(xcb_connection_t *conn,
14              xcb_atom_t property, xcb_atom_t type, uint8_t device_id,
15              uint8_t format, uint8_t mode, uint32_t num_items, const
16              void *items);
17

REQUEST ARGUMENTS

19       conn      The XCB connection to X11.
20
21       property  TODO: NOT YET DOCUMENTED.
22
23       type      TODO: NOT YET DOCUMENTED.
24
25       device_id TODO: NOT YET DOCUMENTED.
26
27       format    TODO: NOT YET DOCUMENTED.
28
29       mode      TODO: NOT YET DOCUMENTED.
30
31       num_items TODO: NOT YET DOCUMENTED.
32
33       items     TODO: NOT YET DOCUMENTED.
34

DESCRIPTION

RETURN VALUE

37       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
38       event loop.
39
40       If you want to handle errors directly with xcb_request_check instead,
41       use xcb_input_change_device_property_checked. See xcb-requests(3) for
42       details.
43

ERRORS

45       This request does never generate any errors.
46

SEE ALSO

AUTHOR

49       Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
50       rections and improvements.
51
52
53
54X Version 11                      libxcb 1.1x3cb_input_change_device_property(3)
Impressum