edi: follow namespace change from Eo_Event to Efl_Event

edi-0.8
Marcel Hollerbach 7 years ago
parent 7f6fdac376
commit 0154ee168a
  1. 6
      src/bin/edi_consolepanel.c
  2. 2
      src/bin/edi_logpanel.c

@ -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;

@ -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;

Loading…
Cancel
Save