jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cc9526cd7fec35255d27cbd77334c13db0f3eb03

commit cc9526cd7fec35255d27cbd77334c13db0f3eb03
Author: Daniel Zaoui <[email protected]>
Date:   Thu Mar 20 17:52:19 2014 +0200

    Eolian/Generator: generate Eo * instead of Evas_Object *
---
 src/bin/eolian/legacy_generator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/eolian/legacy_generator.c 
b/src/bin/eolian/legacy_generator.c
index 5ef1632..7284778 100644
--- a/src/bin/eolian/legacy_generator.c
+++ b/src/bin/eolian/legacy_generator.c
@@ -16,7 +16,7 @@ tmpl_eapi_funcdef[] = "\n\
  *\n\
 @#list_desc_param\
  */\n\
-EAPI @#type_return@#class_@#func(@#is_constEvas_Object *obj@#params);@#flags\n\
+EAPI @#type_return@#class_@#func(@#is_constEo *obj@#params);@#flags\n\
 ";
 
 /*@#CLASS_CHECK(obj) @#check_ret;\n\*/
@@ -24,7 +24,7 @@ static const char
 tmpl_eapi_body[] ="\
 \n\
 EAPI @#ret_type\n\
-@#eapi_prefix_@#func(@#is_constEvas_Object *obj@#full_params)\n\
+@#eapi_prefix_@#func(@#is_constEo *obj@#full_params)\n\
 {\n\
 @#ret_init_val\
    eo_do((Eo *) obj, @#eoprefix_@#func(@#eo_params));\n\

-- 


Reply via email to