lsl_next_sibling function
Get the next sibling in the children list of the parent node.
Implementation
@ffi.Native<NativeLsl_next_sibling>()
external lsl_xml_ptr lsl_next_sibling(lsl_xml_ptr e);
Get the next sibling in the children list of the parent node.
@ffi.Native<NativeLsl_next_sibling>()
external lsl_xml_ptr lsl_next_sibling(lsl_xml_ptr e);