void axl_list_add ( axlList list,
axlPointer  pointer 
)

Allows to store a new element inside the list, using the provided data.

The function will fail to perform any action if a null reference is provided to the function.

Parameters:
list The list where the element will be added.
pointer The pointer to store.