rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=0991cf4050c42c37848dcbc770102faba903b197

commit 0991cf4050c42c37848dcbc770102faba903b197
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Tue Aug 30 18:28:57 2016 +0300

    Replace Eo_Event by Efl_Event.
    
    fix build on latest EFL
---
 src/bin/common/validator.c             | 2 +-
 src/bin/common/validator.h             | 2 +-
 src/bin/ui/sound_player/sound_player.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/common/validator.c b/src/bin/common/validator.c
index eae52b9..441a350 100644
--- a/src/bin/common/validator.c
+++ b/src/bin/common/validator.c
@@ -81,7 +81,7 @@ resource_name_validator_status_get(Resource_Name_Validator 
*validator)
 }
 
 void
-resource_name_validator_helper(void *data, const Eo_Event *event)
+resource_name_validator_helper(void *data, const Efl_Event *event)
 {
    Resource *res = NULL;
    Resource request;
diff --git a/src/bin/common/validator.h b/src/bin/common/validator.h
index 520dab7..bbad74b 100644
--- a/src/bin/common/validator.h
+++ b/src/bin/common/validator.h
@@ -35,6 +35,6 @@ resource_name_validator_free(Resource_Name_Validator 
*validator);
 Elm_Regexp_Status
 resource_name_validator_status_get(Resource_Name_Validator *validator);
 void
-resource_name_validator_helper(void *data, const Eo_Event *event);
+resource_name_validator_helper(void *data, const Efl_Event *event);
 
 #endif /* VALIDATOR_H */
diff --git a/src/bin/ui/sound_player/sound_player.c 
b/src/bin/ui/sound_player/sound_player.c
index b50d306..f00ba06 100644
--- a/src/bin/ui/sound_player/sound_player.c
+++ b/src/bin/ui/sound_player/sound_player.c
@@ -110,7 +110,7 @@ _player_units_free(char *str)
    evas_object_show(ITEM);
 
 static void
-_play_finished_cb(void *data __UNUSED__, const Eo_Event *event __UNUSED__)
+_play_finished_cb(void *data __UNUSED__, const Efl_Event *event __UNUSED__)
 {
    efl_unref(in);
    in = NULL;
@@ -119,7 +119,7 @@ _play_finished_cb(void *data __UNUSED__, const Eo_Event 
*event __UNUSED__)
 }
 
 static void
-_out_fail(void *data __UNUSED__, const Eo_Event *event)
+_out_fail(void *data __UNUSED__, const Efl_Event *event)
 {
    efl_unref(event->object);
 }

-- 


Reply via email to