lsl_remove_child function

  1. @Native<NativeLsl_remove_child>()
void lsl_remove_child(
  1. lsl_xml_ptr e,
  2. lsl_xml_ptr e2
)

Remove a specified child element.

Implementation

@ffi.Native<NativeLsl_remove_child>()
external void lsl_remove_child(lsl_xml_ptr e, lsl_xml_ptr e2);