Eobj: Use xref.
[profile/ivi/eobj.git] / examples /
2012-04-17 tasnEobj: Use xref.
2012-04-17 tasnEobj: Add a mixin inheritance test.
2012-04-17 tasnEobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.
2012-04-17 tasnEobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.
2012-04-17 tasnEobj: Improved tests.
2012-04-17 tasnEobj: Fixed inheritance checks and fixed mixin examples...
2012-04-17 tasnEobj: Made eobj_class_new return a const class.
2012-04-17 tasnEobj: Add missing op descriptions in examples.
2012-04-17 tasnEobj: eobj_super_do -> eobj_do_super.
2012-04-16 tasnEobj: Renamed EOBJ_SIG_CALLBACK_* to EOBJ_EV_CALLBACK_*.
2012-04-16 tasnEobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.
2012-04-16 tasnEobj: examples/evas/elw_win - fix the class name.
2012-04-15 tasnEobj: Evas example - fixed coding convetion.
2012-04-12 tasnEobj: Added more function override tests.
2012-04-12 tasnEobj: Improved constructors test.
2012-04-12 tasnEobj: Added some more test scenarios.
2012-04-12 tasnEobj: Pass the private data to functions automatically.
2012-04-12 tasnEobj: Improve signals test.
2012-04-12 tasnEobj: Improved output of signals test.
2012-04-12 tasnEobj: Improved some tests a bit more.
2012-04-12 tasnEobj: Improved tests a bit.
2012-04-12 tasnEobj: Added some composite objects tests.
2012-04-12 tasnEobj: Added a couple of function_overrides tests.
2012-04-11 tasnEobj: Added eobj_super_do instead of class_do.
2012-04-11 tasnEobj: added default constructor/destructor.
2012-04-10 tasnEobj: eobj.h -> Eobj.h
2012-04-05 tasnEobj: Initial commit.