mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
543e2d3f06
It is conceivable that Container implementations might add children outside of the Container::add() implementation - e.g. for packing at a specific index. Since the addition (and removal) might happen outside the common path we need to expose all the API that is implicitly called by ClutterContainer when adding and removing a child - namely the ChildMeta creation and destruction.