get_child_meta
Description:
[
Version ( since =
"0.8" ) ]
public virtual unowned ChildMeta get_child_meta (
Actor actor)
Retrieves the ChildMeta which contains the data about the
this specific state for actor
.
Parameters:
this |
a Container
|
actor |
a Actor that is a child of this.
|
Returns:
the ChildMeta for the actor child of
this or null if the specifiec actor does not exist or the container is not configured to
provide ChildMetas
|