lsl_next_sibling_n function
Get the next sibling with the specified name.
Implementation
@ffi.Native<NativeLsl_next_sibling_n>()
external lsl_xml_ptr lsl_next_sibling_n(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
);
Get the next sibling with the specified name.
@ffi.Native<NativeLsl_next_sibling_n>()
external lsl_xml_ptr lsl_next_sibling_n(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
);