Eo: Removed "type" property from event/op descriptions.
[profile/ivi/eobj.git] / lib / Eo.h
2012-06-10 tasnEo: Removed "type" property from event/op descriptions.
2012-06-07 tasnEo: Change the op func sentinel to be safer.
2012-06-07 tasnEo: Improved docs.
2012-06-07 tasnEo: added back eo_del.
2012-06-06 tasnEo: Added eo_parent_set.
2012-06-03 tasnEo: Remove del_lazy.
2012-06-03 tasnEo: Added support for static class ids.
2012-06-03 tasnEo: remove eo_del.
2012-05-21 tasnEo: Fix wrong usage of EO_OP_TYPE in eo_do/query*.
2012-05-21 tasnEo: Added eo_manual_free* funcs.
2012-05-17 tasnEo: Added extern "C" for the C++ fellows.
2012-05-15 tasnEo: Fixed error in docs.
2012-05-15 tasnEo: Added support for event freeze/thaw.
2012-05-15 tasnEo: Added support for class functions.
2012-05-14 tasnEo: renamed eo_constructor_error_* -> eo_error_*.
2012-05-14 tasnEo: Add missing @def to docs.
2012-05-14 tasnEo: Move event callback handling to base class.
2012-05-14 tasnEo: Removed the object freed event.
2012-05-08 tasnEo: Fix parameter checking of eo_do_super.
2012-05-08 tasnEo: Make eo_parent_get accept const.
2012-05-01 tasnEo: Doc improvements.
2012-05-01 tasnEo: Added eo_wref_del_safe.
2012-05-01 tasnEo: Changed #EINA_TRUE/FALSE to @C EINA_*.
2012-05-01 tasnEobj: Fix issue with the typecheck macro.
2012-05-01 tasnEobj: Rename to Eo.