container: return TRUE if adding doesn't cause any errors
If add_child
and set_parent
succeed we want to return TRUE, even if
the added element is no longer a child by the end of the method. This is
because some users may call ges_container_remove during child-added
.
This shouldn't be considered an error.