Skip to main content

xmlTextWriterSetIndentString

Function xmlTextWriterSetIndentString 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextWriterSetIndentString( writer: *mut XmlTextWriter, str: *const xmlChar, ) -> c_int
Expand description

Set the indentation string.

§UPSTREAM-PARITY

int xmlTextWriterSetIndentString(xmlTextWriterPtr writer, const xmlChar *str);

§SAFETY

  • writer must be a valid pointer to an XmlTextWriter or NULL.
  • str must be a valid null-terminated xmlChar string or NULL.