efl/src/lib/eo
Tom Hacohen d6b18c1e25 Eo base: print an error when an object with a parent is destructed.
This should not happen. Objects with parents must have their parents
unset before they reach refcount == 0. That's because the parent is the
one holding the refcount. This means that if we get to the destructor
(object is deleted) while a parent is still set, we have an error
scenario.
2015-08-26 14:17:28 +01:00
..
Eo.h Eo: Fix windows support. 2015-06-18 14:23:08 +01:00
eina_types.eot Efl File: Add Eina.File eolian type and use it. 2015-06-01 14:05:31 +01:00
eo.c Revert "Revert "Eo base: Change parent_set to be an assignment of ref."" 2015-08-26 10:47:06 +01:00
eo_abstract_class.eo Eo abstract class: Fix namespace. 2014-06-30 17:47:06 +01:00
eo_base.eo efl: fix doc references across the tree to validate right 2015-07-08 15:13:26 +01:00
eo_base_class.c Eo base: print an error when an object with a parent is destructed. 2015-08-26 14:17:28 +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: Remove redundant semicolon. 2015-06-29 12:52:40 +01: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 conflicting internal Eo_Base to Eo_Header 2015-05-28 17:47:59 +01:00
eo_ptr_indirection.x Eo: rename conflicting internal Eo_Base to Eo_Header 2015-05-28 17:47:59 +01:00