efl/src/lib/eo
Daniel Zaoui bcd7736914 Eo: fix error handling when too many deletions invocations occur.
Before this fix, when a deletion was invoked twice on an object, a
wrong message ("...You wrongly call eo_unref() within a destructor...")
was printed. This was caused by the del_triggered flag that was not
resetted when the destruction finished.

This patch fixes this behavior by printing the right message on a double
deletion.
2014-12-05 03:38:16 +02:00
..
Eo.h Eo composite: Fix composite object functions to be eo functions. 2014-10-21 12:37:00 +01:00
eo.c Eo: protect against recursive object destruction calls, fixes T1741 2014-11-18 15:25:34 +00:00
eo_abstract_class.eo Eo abstract class: Fix namespace. 2014-06-30 17:47:06 +01:00
eo_base.eo Eo composite: Fix composite object functions to be eo functions. 2014-10-21 12:37:00 +01:00
eo_base_class.c Eo composite: Fix composite object functions to be eo functions. 2014-10-21 12:37:00 +01:00
eo_class_class.c Eo: Fix and use the abstract class .eo file. 2014-06-03 09:19:19 +01:00
eo_private.h Eo: fix error handling when too many deletions invocations occur. 2014-12-05 03:38:16 +02:00
eo_ptr_indirection.c eo: a little more inlining, give me a 10% speed improvement. 2013-07-01 18:18:40 +09:00
eo_ptr_indirection.h Eo: Rename Eo_Header to Eo_Base. 2013-09-27 14:01:47 +01:00
eo_ptr_indirection.x Eo id: Fix id security checks for invalid objects. 2014-10-22 11:31:10 +01:00