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