Query: dpmscapable
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPMSCapable(3) X FUNCTIONS DPMSCapable(3)NAMEDPMSCapable - returns the DPMS capability of the X serverSYNOPSIScc [ flag ... ] file ... -lXext [ library ... ] #include <X11/extensions/dpms.h> Bool DPMSCapable ( Display *display );ARGUMENTSdisplay Specifies the connection to the X serverDESCRIPTIONThe DPMSCapable function returns the Display Power Management Signaling (DPMS) capability of the X server, either TRUE (capable of DPMS) or FALSE (incapable of DPMS).RETURN VALUESTrue The DPMSCapable function returns True if the X server is capable of DPMS. False The DPMSCapable function returns True if the X server is incapable of DPMS. X Version 11 libXext 1.1.1 DPMSCapable(3)