lsl_set_child_value function

  1. @Native<NativeLsl_set_child_value>()
int lsl_set_child_value(
  1. lsl_xml_ptr e,
  2. Pointer<Char> name,
  3. Pointer<Char> value
)

Set the text value of the (nameless) plain-text child of a named child node.

Implementation

@ffi.Native<NativeLsl_set_child_value>()
external int lsl_set_child_value(
  lsl_xml_ptr e,
  ffi.Pointer<ffi.Char> name,
  ffi.Pointer<ffi.Char> value,
);