void axl_list_prepend ( axlList list,
axlPointer  pointer 
)

Allows to add a node to the provided list, at the first 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 first position.
pointer The pointer to add.