Skip to main content

dict_create

Function dict_create 

Source
pub fn dict_create() -> *mut Dict
Expand description

Create a new dictionary.

ยงUPSTREAM-PARITY

xmlDictPtr xmlDictCreate(void);

Returns a pointer to the newly created dictionary, or NULL on failure.