lsl_previous_sibling_n function

  1. @Native<NativeLsl_previous_sibling_n>()
lsl_xml_ptr lsl_previous_sibling_n(
  1. lsl_xml_ptr e,
  2. Pointer<Char> name
)

Get the previous sibling with the specified name.

Implementation

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