summaryrefslogtreecommitdiff
path: root/src/lib/edje/edje_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/edje/edje_module.c')
-rw-r--r--src/lib/edje/edje_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/edje/edje_module.c b/src/lib/edje/edje_module.c
index 217c1b138e..56c3693ccd 100644
--- a/src/lib/edje/edje_module.c
+++ b/src/lib/edje/edje_module.c
@@ -11,7 +11,7 @@ Eina_List *_modules_found = NULL;
# define EDJE_MODULE_NAME "module.so"
#endif
-EAPI Eina_Bool
+EDJE_API Eina_Bool
edje_module_load(const char *module)
{
if (_edje_module_handle_load(module)) return EINA_TRUE;
@@ -145,7 +145,7 @@ _edje_module_shutdown(void)
eina_stringshare_del(path);
}
-EAPI const Eina_List *
+EDJE_API const Eina_List *
edje_available_modules_get(void)
{
Eina_File_Direct_Info *info;