lsl_append_child function

  1. @Native<NativeLsl_child>()
lsl_xml_ptr lsl_append_child(
  1. lsl_xml_ptr e,
  2. Pointer<Char> name
)

Append a child element with the specified name.

Implementation

@ffi.Native<NativeLsl_append_child>()
external lsl_xml_ptr lsl_append_child(
  lsl_xml_ptr e,
  ffi.Pointer<ffi.Char> name,
);