1xcb_bell(3) XCB Requests xcb_bell(3)
2
3
4
6 xcb_bell -
7
9 #include <xcb/xproto.h>
10
11 Request function
12 xcb_void_cookie_t xcb_bell(xcb_connection_t *conn, int8_t percent);
13
15 conn The XCB connection to X11.
16
17 percent TODO: NOT YET DOCUMENTED.
18
21 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
22 event loop.
23
24 If you want to handle errors directly with xcb_request_check instead,
25 use xcb_bell_checked. See xcb-requests(3) for details.
26
28 This request does never generate any errors.
29
32 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
33 rections and improvements.
34
35
36
37X Version 11 libxcb 1.13 xcb_bell(3)