summaryrefslogtreecommitdiff
path: root/src/bin/e_backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/e_backlight.h')
-rw-r--r--src/bin/e_backlight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_backlight.h b/src/bin/e_backlight.h
index 0a8b239bd8..d8a59154ba 100644
--- a/src/bin/e_backlight.h
+++ b/src/bin/e_backlight.h
@@ -35,6 +35,7 @@ E_API double e_backlight_level_get(E_Zone *zone);
E_API void e_backlight_mode_set(E_Zone *zone, E_Backlight_Mode mode);
E_API E_Backlight_Mode e_backlight_mode_get(E_Zone *zone);
E_API const Eina_List *e_backlight_devices_get(void);
+E_API void e_backlight_suspend_set(Eina_Bool suspend);
#endif
#endif