lsl_child_value_n function

  1. @Native<NativeLsl_child_value_n>()
Pointer<Char> lsl_child_value_n(
  1. lsl_xml_ptr e,
  2. Pointer<Char> name
)

Get child value of a child with a specified name.

Implementation

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