lsl_remove_child_n function

  1. @Native<NativeLsl_remove_child_n>()
void lsl_remove_child_n(
  1. lsl_xml_ptr e,
  2. Pointer<Char> name
)

Remove a child element with the specified name.

Implementation

@ffi.Native<NativeLsl_remove_child_n>()
external void lsl_remove_child_n(lsl_xml_ptr e, ffi.Pointer<ffi.Char> name);