Functions | |
EAPI void | ecore_fb_led_set (int on) |
Sets whether the current framebuffer's LED to the given state. | |
EAPI void | ecore_fb_led_blink_set (double speed) |
Makes the LED of the current framebuffer blink. |
EAPI void ecore_fb_led_blink_set | ( | double | speed | ) |
Makes the LED of the current framebuffer blink.
speed | Number to give the speed on the blink. |
EAPI void ecore_fb_led_set | ( | int | on | ) |
Sets whether the current framebuffer's LED to the given state.
on | 1 to indicate the LED should be on, 0 if it should be off. |