efl_object: add call for getting invalidating
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 20 Aug 2018 17:15:56 +0000 (13:15 -0400)
committerWoochanlee <wc0917.lee@samsung.com>
Thu, 23 Aug 2018 06:42:59 +0000 (15:42 +0900)
commit2560c39671d163195d9a9137d9ab5520dbd6d2b4
tree0575ca2825b394ff7469a3f5f1acc09119cad1b0
parent203edc3547d126101b7b52b6da0b1a07a78c00f4
efl_object: add call for getting invalidating

Summary:
there is now invalidated & invalidating.

invalidated returns true when all children are invalidated, and the
object is / was requested to be invalidated.

invalidating return true when the object is called to be invalidated but
not all children are invalidated yet. However, the object is garanteed
to be invalidated in near future.

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric

Tags: #efl, #do_not_merge

Differential Revision: https://phab.enlightenment.org/D6722
src/lib/eo/efl_object.eo
src/lib/eo/eo_base_class.c
src/tests/eo/suite/eo_test_lifecycle.c