mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
1da42dd8a0
It can be useful to check whether a ClutterActorIter is currently valid, i.e. if the iterator has been initialized *and* if the actor to which it refers to hasn't been updated. We can also use the is_valid() method in the conformance test suite to check that initialization has been successful, and that changing the children list through the ClutterActorIter API leaves the iterator in a valid state.