lsl_remove_child_n function
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);
Remove a child element with the specified name.
@ffi.Native<NativeLsl_remove_child_n>()
external void lsl_remove_child_n(lsl_xml_ptr e, ffi.Pointer<ffi.Char> name);