Eo: Add eo_do_super_ret.

This is the equivalent of eo_do_ret for super calls.
This commit is contained in:
Tom Hacohen 2015-02-24 14:23:15 +00:00
parent 29da1113ee
commit 43629a95f3
1 changed files with 2 additions and 0 deletions

View File

@ -605,6 +605,8 @@ EAPI Eo * _eo_add_end(void);
#define eo_do_ret(eoid, ret_tmp, func) _eo_do_common_ret(eoid, NULL, EINA_FALSE, ret_tmp, func)
#define eo_do_super_ret(eoid, clsid, ret_tmp, func) _eo_do_common_ret(eoid, clsid, EINA_TRUE, ret_tmp, func)
/*****************************************************************************/
/**