Backport: 1aa4f1e :: Add function prototype for disable/enable of the toggle indicator.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Chris Michael 2013-08-02 11:03:49 +01:00 committed by Deon Thomas
parent 75c2ab58a3
commit 4f4f0c04b3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj);
Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj);
const char *e_smart_monitor_name_get(Evas_Object *obj);
Ecore_X_Randr_Output e_smart_monitor_output_get(Evas_Object *obj);
void e_smart_monitor_indicator_available_set(Evas_Object *obj, Eina_Bool available);
# endif
#endif