[][src]Function spatialite_sys::gaiaSetGeosWarningMsg_r

pub unsafe extern "C" fn gaiaSetGeosWarningMsg_r(
    p_cache: *const c_void,
    msg: *const c_char
)

Set the current GEOS warning message

\param p_cache a memory pointer returned by spatialite_alloc_connection() \param msg the warning message to be set.

\sa gaiaSetGeosWarningMsg, gaiaResetGeosMsg, gaiaGetGeosErrorMsg, gaiaGetGeosWarningMsg, gaiaGetGeosAuxErrorMsg, gaiaSetGeosErrorMsg, gaiaSetGeosAuxErrorMsg

\note reentrant and thread-safe.

\remark \b GEOS support required.