From cc9526cd7fec35255d27cbd77334c13db0f3eb03 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Thu, 20 Mar 2014 17:52:19 +0200 Subject: [PATCH] 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 5ef1632be3..7284778b46 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\