1xcb_input_xi_get_property(3)     XCB Requests     xcb_input_xi_get_property(3)
2
3
4

NAME

6       xcb_input_xi_get_property -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Request function
12       xcb_input_xi_get_property_cookie_t
13              xcb_input_xi_get_property(xcb_connection_t *conn,
14              xcb_input_device_id_t deviceid, uint8_t _delete,
15              xcb_atom_t property, xcb_atom_t type, uint32_t offset,
16              uint32_t len);
17
18   Reply datastructure
19       typedef struct xcb_input_xi_get_property_reply_t {
20           uint8_t    response_type;
21           uint8_t    pad0;
22           uint16_t   sequence;
23           uint32_t   length;
24           xcb_atom_t type;
25           uint32_t   bytes_after;
26           uint32_t   num_items;
27           uint8_t    format;
28           uint8_t    pad1[11];
29       } xcb_input_xi_get_property_reply_t;
30
31   Reply function
32       xcb_input_xi_get_property_reply_t
33              *xcb_input_xi_get_property_reply(xcb_connection_t *conn,
34              xcb_input_xi_get_property_cookie_t cookie,
35              xcb_generic_error_t **e);
36
37   Reply accessors
38       xcb_input_xi_get_property_items_t *xcb_input_xi_get_property_items
39       (const xcb_input_xi_get_property_request_t *reply)
40

REQUEST ARGUMENTS

42       conn      The XCB connection to X11.
43
44       deviceid  TODO: NOT YET DOCUMENTED.
45
46       _delete   TODO: NOT YET DOCUMENTED.
47
48       property  TODO: NOT YET DOCUMENTED.
49
50       type      TODO: NOT YET DOCUMENTED.
51
52       offset    TODO: NOT YET DOCUMENTED.
53
54       len       TODO: NOT YET DOCUMENTED.
55

REPLY FIELDS

57       response_type
58                 The type of this reply, in this case XCB_INPUT_XI_GET_PROPER‐
59                 TY. This field is also present in the xcb_generic_reply_t and
60                 can be used to tell replies apart from each other.
61
62       sequence  The sequence number of the last request processed by the X11
63                 server.
64
65       length    The length of the reply, in words (a word is 4 bytes).
66
67       type      TODO: NOT YET DOCUMENTED.
68
69       bytes_after
70                 TODO: NOT YET DOCUMENTED.
71
72       num_items TODO: NOT YET DOCUMENTED.
73
74       format    TODO: NOT YET DOCUMENTED.
75

DESCRIPTION

RETURN VALUE

78       Returns an xcb_input_xi_get_property_cookie_t. Errors have to be han‐
79       dled when calling the reply function xcb_input_xi_get_property_reply.
80
81       If you want to handle errors in the event loop instead, use xcb_in‐
82       put_xi_get_property_unchecked. See xcb-requests(3) for details.
83

ERRORS

85       This request does never generate any errors.
86

SEE ALSO

AUTHOR

89       Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
90       rections and improvements.
91
92
93
94X Version 11                      libxcb 1.13     xcb_input_xi_get_property(3)
Impressum