[][src]Function spatialite_sys::gaiaXmlBlobGetTitle

pub unsafe extern "C" fn gaiaXmlBlobGetTitle(
    blob: *const c_uchar,
    size: c_int
) -> *mut c_char

Return the Title from a valid XmlBLOB buffer

\param blob pointer to the XmlBLOB buffer. \param size XmlBLOB's size (in bytes).

\return the Title for any valid XmlBLOB containing a Title; NULL in any other case.

\sa gaiaIsIsoMetadataXmlBlob, gaiaIsSldSeVectorStyleXmlBlob, gaiaIsSldSeRasterStyleXmlBlob, gaiaIsSldStyleXmlBlob

\note the returned Title corresponds to dynamically allocated memory: so you are responsible to free() it before or after.