1xcb_dpms_disable(3)              XCB Requests              xcb_dpms_disable(3)
2
3
4

NAME

6       xcb_dpms_disable -
7

SYNOPSIS

9       #include <xcb/dpms.h>
10
11   Request function
12       xcb_void_cookie_t xcb_dpms_disable(xcb_connection_t *conn,
13

REQUEST ARGUMENTS

15       conn      The XCB connection to X11.
16

DESCRIPTION

RETURN VALUE

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

ERRORS

26       This request does never generate any errors.
27

SEE ALSO

AUTHOR

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              xcb_dpms_disable(3)
Impressum