1DPMSCapable(3)                    X FUNCTIONS                   DPMSCapable(3)
2
3
4

NAME

6       DPMSCapable - returns the DPMS capability of the X server
7

SYNOPSIS

9       cc [ flag ... ] file ... -lXext [ library ... ]
10       #include <X11/extensions/dpms.h>
11
12       Bool DPMSCapable ( Display *display );
13

ARGUMENTS

15       display
16              Specifies the connection to the X server
17

DESCRIPTION

19       The DPMSCapable function returns the Display Power Management Signaling
20       (DPMS) capability of the X server, either TRUE  (capable  of  DPMS)  or
21       FALSE (incapable of DPMS).
22

RETURN VALUES

24       True           The DPMSCapable function returns True if the X server is
25                      capable of DPMS.
26
27       False          The DPMSCapable function returns True if the X server is
28                      incapable of DPMS.
29
30
31
32X Version 11                     libXext 1.3.4                  DPMSCapable(3)
Impressum