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