1xcb_dpms_disable(3) XCB Requests xcb_dpms_disable(3)
2
3
4
6 xcb_dpms_disable -
7
9 #include <xcb/dpms.h>
10
11 Request function
12 xcb_void_cookie_t xcb_dpms_disable(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_dpms_disable_checked. See xcb-requests(3) for details.
24
26 This request does never generate any errors.
27
30 Generated from dpms.xml. Contact xcb@lists.freedesktop.org for correcā
31 tions and improvements.
32
33
34
35X Version 11 libxcb 1.13.1 xcb_dpms_disable(3)