Allows to remove the given pointer from the list. The element referenced by pointer will be removed from the list, include the memory allocated if a destroy function were provided. If it is required to remove a pointer from the list, without calling to the destroy function, you can use axl_list_unlink. The function will fail to work if references provided are NULL.
|