lsl_remove_child function
Remove a specified child element.
Implementation
@ffi.Native<NativeLsl_remove_child>()
external void lsl_remove_child(lsl_xml_ptr e, lsl_xml_ptr e2);
Remove a specified child element.
@ffi.Native<NativeLsl_remove_child>()
external void lsl_remove_child(lsl_xml_ptr e, lsl_xml_ptr e2);