Change-Id: I4cfef8e3901e41bd6bdc2f8b73c649a31a96b0ec
return 1;
}
-EINTERN int
+E_API int
e_theme_edje_object_set(Evas_Object *o, const char *category EINA_UNUSED, const char *group)
{
return edje_object_file_set(o, e_config->comp_shadow_file, group);
EINTERN int e_theme_init(void);
EINTERN int e_theme_shutdown(void);
-EINTERN int e_theme_edje_object_set(Evas_Object *o, const char *category, const char *group);
+E_API int e_theme_edje_object_set(Evas_Object *o, const char *category, const char *group);
EINTERN const char *e_theme_edje_file_get(const char *category, const char *group);
#endif