Main Page
Modules
Related Pages
S
earch for
Axl Error report: Functions to help AXL library to report internal error to the application level.
axl_error_free
axl_error_get
axl_error_get_code
axl_error_new
axl_error_was_ok
void axl_error_free
(
axlError
*
_error
)
Allows to release memory allocated by the given
axlError
variable.
Parameters:
_error
The axlError to deallocate.