add_valist
Description:
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.4" ) ]
public void add_valist (Actor first_actor, va_list var_args)
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.
Note:
Use add_child instead.
This function will call ClutterContainerIface.add
, which is a deprecated virtual function. The default implementation will call
add_child.
Parameters:
this | |
first_actor |
the first Actor to add |
var_args |
list of actors to add, followed by |