lsl_child_value function

  1. @Native<NativeLsl_name>()
Pointer<Char> lsl_child_value(
  1. lsl_xml_ptr e
)

Get child value (value of the first child that is text).

Implementation

@ffi.Native<NativeLsl_child_value>()
external ffi.Pointer<ffi.Char> lsl_child_value(lsl_xml_ptr e);