1xcb_set_dashes(3) XCB Requests xcb_set_dashes(3)
2
3
4
6 xcb_set_dashes -
7
9 #include <xcb/xproto.h>
10
11 Request function
12 xcb_void_cookie_t xcb_set_dashes(xcb_connection_t *conn,
13 xcb_gcontext_t gc, uint16_t dash_offset, uint16_t dashes_len,
14 const uint8_t *dashes);
15
17 conn The XCB connection to X11.
18
19 gc TODO: NOT YET DOCUMENTED.
20
21 dash_offset
22 TODO: NOT YET DOCUMENTED.
23
24 dashes_len
25 TODO: NOT YET DOCUMENTED.
26
27 dashes TODO: NOT YET DOCUMENTED.
28
31 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
32 event loop.
33
34 If you want to handle errors directly with xcb_request_check instead,
35 use xcb_set_dashes_checked. See xcb-requests(3) for details.
36
38 This request does never generate any errors.
39
42 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
43 rections and improvements.
44
45
46
47X Version 11 libxcb 1.12 xcb_set_dashes(3)