Add header function for creating new monitors.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84123
This commit is contained in:
Christopher Michael 2013-02-19 10:55:25 +00:00 committed by Christopher Michael
parent a5a161de15
commit 6521caab40
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@
# ifndef E_SMART_MONITOR_H
# define E_SMART_MONITOR_H
Evas_Object *e_smart_monitor_add(Evas *evas);
# endif
#endif