}
static void
-_e_info_server_hook_call(const char *module_name, const char *log_path)
+_e_info_server_module_hook_call(const char *module_name, const char *log_path)
{
Eina_List *l;
E_Info_Hook *data;
}
}
+/* a hook with given name(module_name) is defined by plug-in modules*/
E_API void
e_info_server_hook_set(const char *module_name, E_Info_Hook_Cb func, void *data)
{
return reply;
}
- _e_info_server_hook_call(module_name, path);
+ _e_info_server_module_hook_call(module_name, path);
return reply;
}
return reply;
}
- _e_info_server_hook_call("keygrab", path);
+ _e_info_server_module_hook_call("keygrab", path);
return reply;
}