Functions related to the X DPMS Extension. More...
Functions | |
| Eina_Bool | ecore_x_dpms_query (void) |
| Checks if the DPMS extension is available or not. | |
| Eina_Bool | ecore_x_dpms_capable_get (void) |
| Checks if the X server is capable of DPMS. | |
| Eina_Bool | ecore_x_dpms_enabled_get (void) |
| Checks the DPMS state of the display. | |
| void | ecore_x_dpms_enabled_set (int enabled) |
| Sets the DPMS state of the display. | |
| void | ecore_x_dpms_timeouts_get (unsigned int *standby, unsigned int *suspend, unsigned int *off) |
| Gets the timeouts. | |
| Eina_Bool | ecore_x_dpms_timeouts_set (unsigned int standby, unsigned int suspend, unsigned int off) |
| Sets the timeouts. | |
| unsigned int | ecore_x_dpms_timeout_standby_get (void) |
| Returns the amount of time of inactivity before standby mode is invoked. | |
| unsigned int | ecore_x_dpms_timeout_suspend_get (void) |
| Returns the amount of time of inactivity before the second level of power saving is invoked. | |
| unsigned int | ecore_x_dpms_timeout_off_get (void) |
| Returns the amount of time of inactivity before the third and final level of power saving is invoked. | |
| void | ecore_x_dpms_timeout_standby_set (unsigned int new_timeout) |
| Sets the standby timeout (in unit of seconds). | |
| void | ecore_x_dpms_timeout_suspend_set (unsigned int new_timeout) |
| Sets the suspend timeout (in unit of seconds). | |
| void | ecore_x_dpms_timeout_off_set (unsigned int new_timeout) |
| Sets the off timeout (in unit of seconds). | |
Detailed Description
Functions related to the X DPMS Extension.
Functions related to the X DPMS extension.
Function Documentation
| Eina_Bool ecore_x_dpms_query | ( | void | ) |
Checks if the DPMS extension is available or not.
Checks if the X DPMS extension is available on the server.
- Returns
EINA_TRUEif the DPMS extension is available,EINA_FALSEotherwise.
Return EINA_TRUE if the X server supports the DPMS Extension version 1.0, EINA_FALSE otherwise.
- Returns
1if the X DPMS extension is available,0otherwise.
| Eina_Bool ecore_x_dpms_capable_get | ( | void | ) |
Checks if the X server is capable of DPMS.
- Returns
1if the X server is capable of DPMS,0otherwise.
References EINA_FALSE, and EINA_TRUE.
| Eina_Bool ecore_x_dpms_enabled_get | ( | void | ) |
Checks the DPMS state of the display.
- Returns
EINA_TRUEif DPMS is enabled,EINA_FALSEotherwise.-
1if DPMS is enabled,0otherwise.
References EINA_FALSE, and EINA_TRUE.
| void ecore_x_dpms_enabled_set | ( | int | enabled | ) |
Sets the DPMS state of the display.
- Parameters
-
enabled 0to disable DPMS characteristics of the server, enable it otherwise.
| void ecore_x_dpms_timeouts_get | ( | unsigned int * | standby, |
| unsigned int * | suspend, | ||
| unsigned int * | off | ||
| ) |
Gets the timeouts.
The values are in unit of seconds.
- Parameters
-
standby Amount of time of inactivity before standby mode will be invoked. suspend Amount of time of inactivity before the screen is placed into suspend mode. off Amount of time of inactivity before the monitor is shut off.
Referenced by ecore_x_dpms_timeout_off_get(), ecore_x_dpms_timeout_off_set(), ecore_x_dpms_timeout_standby_get(), ecore_x_dpms_timeout_standby_set(), ecore_x_dpms_timeout_suspend_get(), and ecore_x_dpms_timeout_suspend_set().
| Eina_Bool ecore_x_dpms_timeouts_set | ( | unsigned int | standby, |
| unsigned int | suspend, | ||
| unsigned int | off | ||
| ) |
Sets the timeouts.
The values are in unit of seconds.
- Parameters
-
standby Amount of time of inactivity before standby mode will be invoked. suspend Amount of time of inactivity before the screen is placed into suspend mode. off Amount of time of inactivity before the monitor is shut off.
- Returns
EINA_TRUEon success,EINA_FALSEon failure.
The values are in unit of seconds.
- Parameters
-
standby Amount of time of inactivity before standby mode will be invoked. suspend Amount of time of inactivity before the screen is placed into suspend mode. off Amount of time of inactivity before the monitor is shut off.
References EINA_FALSE, and EINA_TRUE.
Referenced by ecore_x_dpms_timeout_off_set(), ecore_x_dpms_timeout_standby_set(), and ecore_x_dpms_timeout_suspend_set().
| unsigned int ecore_x_dpms_timeout_standby_get | ( | void | ) |
Returns the amount of time of inactivity before standby mode is invoked.
- Returns
- The standby timeout value.
References ecore_x_dpms_timeouts_get().
| unsigned int ecore_x_dpms_timeout_suspend_get | ( | void | ) |
Returns the amount of time of inactivity before the second level of power saving is invoked.
- Returns
- The suspend timeout value.
References ecore_x_dpms_timeouts_get().
| unsigned int ecore_x_dpms_timeout_off_get | ( | void | ) |
Returns the amount of time of inactivity before the third and final level of power saving is invoked.
- Returns
- The off timeout value.
References ecore_x_dpms_timeouts_get().
| void ecore_x_dpms_timeout_standby_set | ( | unsigned int | new_timeout | ) |
Sets the standby timeout (in unit of seconds).
- Parameters
-
new_timeout Amount of time of inactivity before standby mode will be invoked.
References ecore_x_dpms_timeouts_get(), and ecore_x_dpms_timeouts_set().
| void ecore_x_dpms_timeout_suspend_set | ( | unsigned int | new_timeout | ) |
Sets the suspend timeout (in unit of seconds).
- Parameters
-
new_timeout Amount of time of inactivity before the screen is placed into suspend mode.
References ecore_x_dpms_timeouts_get(), and ecore_x_dpms_timeouts_set().
| void ecore_x_dpms_timeout_off_set | ( | unsigned int | new_timeout | ) |
Sets the off timeout (in unit of seconds).
- Parameters
-
new_timeout Amount of time of inactivity before the monitor is shut off.
References ecore_x_dpms_timeouts_get(), and ecore_x_dpms_timeouts_set().
