child_get_property


Description:

[ Version ( since = "0.8" ) ]
public void child_get_property (Actor child, string property, Value value)

Gets a container specific property of a child of this, In general, a copy is made of the property contents and the caller is responsible for freeing the memory by calling unset.

Note that child_set_property is really intended for language bindings, child_set is much more convenient for C programming.

Parameters:

this

a Container

child

a Actor that is a child of this.

property

the name of the property to set.

value

the value.