Skip to main content

xmlXPathDistinctSorted

Function xmlXPathDistinctSorted 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathDistinctSorted( nodes: *mut _xmlNodeSet, ) -> *mut _xmlNodeSet
Expand description

xmlNodeSetPtr xmlXPathDistinctSorted(xmlNodeSetPtr nodes).

§SAFETY

  • nodes must be a valid node set or NULL.