Skip to main content

xmlRemoveProp

Function xmlRemoveProp 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlRemoveProp(attr: *mut _xmlAttr) -> c_int
Expand description

Remove a property by name.

ยงUPSTREAM-PARITY

int xmlRemoveProp(xmlAttrPtr attr);

Returns 0 on success, -1 on error.