[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.4" ) ]
public void add_valist (Actor first_actor, va_list var_args)
Warning: add_valist is deprecated since 1.10.
Alternative va_list version of add.
Use add_child instead.
This function will call ClutterContainerIface.add
, which is a deprecated virtual function. The default implementation will
call add_child.
this | |
first_actor |
the first Actor to add |
var_args |
list of actors to add, followed by |