lsl_previous_sibling_n function
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,
);
Get the previous sibling with the specified name.
@ffi.Native<NativeLsl_previous_sibling_n>()
external lsl_xml_ptr lsl_previous_sibling_n(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
);