1xcb_grab_server(3) XCB Requests xcb_grab_server(3)
2
3
4
6 xcb_grab_server -
7
9 #include <xcb/xproto.h>
10
11 Request function
12 xcb_void_cookie_t xcb_grab_server(xcb_connection_t *conn,
13
15 conn The XCB connection to X11.
16
19 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
20 event loop.
21
22 If you want to handle errors directly with xcb_request_check instead,
23 use xcb_grab_server_checked. See xcb-requests(3) for details.
24
26 This request does never generate any errors.
27
30 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
31 rections and improvements.
32
33
34
35X Version 11 libxcb 1.12 xcb_grab_server(3)