edi: follow namespace change from Eo_Event to Efl_Event

This commit is contained in:
Marcel Hollerbach 2016-09-04 19:48:08 +02:00
parent 7f6fdac376
commit 0154ee168a
2 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ static void _edi_consolepanel_parse_directory(const char *line)
}
static void
_edi_consolepanel_clicked_cb(void *data EINA_UNUSED, const Eo_Event *event)
_edi_consolepanel_clicked_cb(void *data EINA_UNUSED, const Efl_Event *event)
{
Edi_Path_Options *options;
Elm_Code_Line *line;
@ -112,7 +112,7 @@ _edi_consolepanel_clicked_cb(void *data EINA_UNUSED, const Eo_Event *event)
}
static void
_edi_consolepanel_line_cb(void *data EINA_UNUSED, const Eo_Event *event)
_edi_consolepanel_line_cb(void *data EINA_UNUSED, const Efl_Event *event)
{
Elm_Code_Line *line;
@ -272,7 +272,7 @@ _edi_test_line_parse_suite(const char *path)
}
static void
_edi_testpanel_line_cb(void *data EINA_UNUSED, const Eo_Event *event)
_edi_testpanel_line_cb(void *data EINA_UNUSED, const Efl_Event *event)
{
Elm_Code_Line *line;

View File

@ -47,7 +47,7 @@ _edi_logpanel_print_cb(const Eina_Log_Domain *domain, Eina_Log_Level level,
}
static void
_edi_logpanel_line_cb(void *data EINA_UNUSED, const Eo_Event *event)
_edi_logpanel_line_cb(void *data EINA_UNUSED, const Efl_Event *event)
{
Elm_Code_Line *line;