Skip to main content

new_bool

Function new_bool 

Source
pub unsafe fn new_bool(b: bool) -> *mut _xmlXPathObject
Expand description

Build a boolean object.

§SAFETY

  • The returned object is heap-allocated; the caller owns it.