efl/src/tests/eo/children
Tom Hacohen a7560dbc61 Eo: Change eo_add/del/unref behaviour.
Before this change eo_add() used to create an object with 1 ref, and if
the object had a parent, a second ref.
Now, eo_add() always returns an object with 1 ref, and eo_add_ref()
    preserves the old behaviour (for bindings).

eo_unref now un-parents if refcount is 0, and eo_del() is an alias for
eo_unref (will change to be a way to ensure an object is dead and goes
        to zombie-land even if still refed).
2014-09-25 17:38:45 +01:00
..
children_main.c eo: fix broken children iterator, remove redundant fields. 2014-04-17 19:36:12 +02:00
children_simple.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
children_simple.h eo: fix broken children iterator, remove redundant fields. 2014-04-17 19:36:12 +02:00