#ifndef _UTILS_H__ #define _UTILS_H__ #include #include "config.h" Eina_Bool theme_apply(Evas_Object *edje, const Config *config, const char *group); void theme_reload(Evas_Object *edje); void theme_auto_reload_enable(Evas_Object *edje); Eina_Bool link_is_protocol(const char *str); Eina_Bool link_is_url(const char *str); Eina_Bool link_is_email(const char *str); #endif