child_get
Description:
Gets this specific properties of an actor.
In general, a copy is made of the property contents and the caller is responsible for freeing the memory in the appropriate manner for the type, for instance by calling g_free or unref.
Parameters:
| this | |
| actor |
a Actor that is a child of this. |
| ... |
value for the first property, followed optionally by more name/value pairs terminated with NULL. |
| first_prop |
name of the first property to be set. |