tasn pushed a commit to branch master.

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

commit 43629a95f378a79be5844998be1fb367f512821f
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Feb 24 14:23:15 2015 +0000

    Eo: Add eo_do_super_ret.
    
    This is the equivalent of eo_do_ret for super calls.
---
 src/lib/eo/Eo.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 3d302dc..6cd8279 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -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)
+
 /*****************************************************************************/
 
 /**

-- 


Reply via email to