1xcb_xkb_set_debugging_flags(3) XCB Requests xcb_xkb_set_debugging_flags(3)
2
3
4
6 xcb_xkb_set_debugging_flags -
7
9 #include <xcb/xkb.h>
10
11 Request function
12 xcb_xkb_set_debugging_flags_cookie_t
13 xcb_xkb_set_debugging_flags(xcb_connection_t *conn,
14 uint16_t msgLength, uint32_t affectFlags, uint32_t flags,
15 uint32_t affectCtrls, uint32_t ctrls, const
16 xcb_xkb_string8_t *message);
17
18 Reply datastructure
19 typedef struct xcb_xkb_set_debugging_flags_reply_t {
20 uint8_t response_type;
21 uint8_t pad0;
22 uint16_t sequence;
23 uint32_t length;
24 uint32_t currentFlags;
25 uint32_t currentCtrls;
26 uint32_t supportedFlags;
27 uint32_t supportedCtrls;
28 uint8_t pad1[8];
29 } xcb_xkb_set_debugging_flags_reply_t;
30
31 Reply function
32 xcb_xkb_set_debugging_flags_reply_t
33 *xcb_xkb_set_debugging_flags_reply(xcb_connection_t *conn,
34 xcb_xkb_set_debugging_flags_cookie_t cookie,
35 xcb_generic_error_t **e);
36
38 conn The XCB connection to X11.
39
40 msgLength TODO: NOT YET DOCUMENTED.
41
42 affectFlags
43 TODO: NOT YET DOCUMENTED.
44
45 flags TODO: NOT YET DOCUMENTED.
46
47 affectCtrls
48 TODO: NOT YET DOCUMENTED.
49
50 ctrls TODO: NOT YET DOCUMENTED.
51
52 message TODO: NOT YET DOCUMENTED.
53
55 response_type
56 The type of this reply, in this case XCB_XKB_SET_DEBUG‐
57 GING_FLAGS. This field is also present in the xcb_generic_re‐
58 ply_t and can be used to tell replies apart from each other.
59
60 sequence The sequence number of the last request processed by the X11
61 server.
62
63 length The length of the reply, in words (a word is 4 bytes).
64
65 currentFlags
66 TODO: NOT YET DOCUMENTED.
67
68 currentCtrls
69 TODO: NOT YET DOCUMENTED.
70
71 supportedFlags
72 TODO: NOT YET DOCUMENTED.
73
74 supportedCtrls
75 TODO: NOT YET DOCUMENTED.
76
79 Returns an xcb_xkb_set_debugging_flags_cookie_t. Errors have to be han‐
80 dled when calling the reply function xcb_xkb_set_debugging_flags_reply.
81
82 If you want to handle errors in the event loop instead, use
83 xcb_xkb_set_debugging_flags_unchecked. See xcb-requests(3) for details.
84
86 This request does never generate any errors.
87
90 Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correc‐
91 tions and improvements.
92
93
94
95X Version 11 libxcb 1.12 xcb_xkb_set_debugging_flags(3)