child_get


Description:

[ Version ( since = "0.8" ) ]
public void child_get (Actor actor, ...)

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

a Container

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.