void axl_list_append ( axlList list,
axlPointer  pointer 
)

Allows to add a node to the provided list, at the last position, without taking into consideration current axlList configuration (axlEqualFunc at axl_list_new).

Parameters:
list The list where the data will be added at the last position.
pointer The pointer to add.