summaryrefslogtreecommitdiff
path: root/examples/composite_objects
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Eobj: Rename to Eo.tasn6-77/+77
2012-04-24Eobj: Changed all the eobj_do macros to lowercase.tasn3-8/+8
2012-04-24Eobj: Added infrastructure for const functions and eobj_query.tasn2-7/+7
2012-04-23Eobj: Added EOBJ_CALLBACK_STOP/CONTINUE macros.tasn1-1/+1
2012-04-23Eobj: Add a convenience macro for defining the class_get functions.tasn2-48/+38
2012-04-23Eobj: Fixed issue with FindEina.cmake and things using it.tasn1-0/+1
2012-04-19Eobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.tasn2-3/+3
2012-04-17Eobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.tasn2-2/+2
2012-04-17Eobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.tasn2-2/+3
2012-04-17Eobj: Made eobj_class_new return a const class.tasn2-2/+2
2012-04-17Eobj: eobj_super_do -> eobj_do_super.tasn1-1/+1
2012-04-16Eobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.tasn2-5/+5
2012-04-12Eobj: Added some more test scenarios.tasn2-0/+18
2012-04-12Eobj: Pass the private data to functions automatically.tasn2-9/+10
2012-04-12Eobj: Improved some tests a bit more.tasn1-0/+4
2012-04-12Eobj: Improved tests a bit.tasn1-10/+5
2012-04-12Eobj: Added some composite objects tests.tasn6-0/+247