Eo: Added eo_add_custom and support for passing ops to eo_add.
authortasn <tasn>
Thu, 23 Aug 2012 10:35:14 +0000 (10:35 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Aug 2012 10:35:14 +0000 (10:35 +0000)
commita129099d48dc4f0c4fe7f1993b2218439dc1c15e
tree0a759310af7b9b73e55971bd16ff94c2ef8ee28f
parent7f6793869bc753e3846b53350525cea04ca55145
Eo: Added eo_add_custom and support for passing ops to eo_add.

We can no do things like eo_add(CLASS, parent, age_set(7), score_set(100)),
or pass different constructors to object creation by using eo_add_custom and
passing the constructor.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75614 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Eo.h
src/lib/eo.c
src/tests/eo_suite/eo_test_general.c