Add function prototype for disable/enable of the toggle indicator.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-02 11:03:49 +01:00
parent 7cf4bfd6d0
commit 1aa4f1e39f
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