Eobj: Add named (by obj ptr) ref - xref.
[profile/ivi/eobj.git] / lib / Eobj.h
2012-04-17 tasnEobj: Add named (by obj ptr) ref - xref.
2012-04-17 tasnEobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.
2012-04-17 tasnEobj: Doxygen - moved EOBJ_EV_* to be under EOBJ_BASE_C...
2012-04-17 tasnEobj: Added weak ref.
2012-04-17 tasnEobj: Fixed docs.
2012-04-17 tasnEobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.
2012-04-17 tasnEobj: Made eobj_class_new return a const class.
2012-04-17 tasnEobj: eobj_super_do -> eobj_do_super.
2012-04-16 tasnEobj: Small documentation adjustments.
2012-04-16 tasnEobj: Added event callbacks for Object free/del.
2012-04-16 tasnEobj: Renamed EOBJ_SIG_CALLBACK_* to EOBJ_EV_CALLBACK_*.
2012-04-16 tasnEobj: Better grouped docs in doxygen.
2012-04-16 tasnEobj: Initial doxygen commit.
2012-04-16 tasnEobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.
2012-04-15 tasnEobj: Make eobj_event_callback_add a macro.
2012-04-15 tasnEobj: Eobj_Op should be unsigned int, not uintptr_t.
2012-04-12 tasnEobj: Pass the private data to functions automatically.
2012-04-12 tasnEobj: Cosmetic change + added a FIXME.
2012-04-11 tasnEobj: Removed eobj_class_parent_get. It's useless and...
2012-04-11 tasnEobj: Only allocate kls_itr when really needed.
2012-04-11 tasnEobj: Added eobj_ref_get.
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