void axl_list_unlink_first ( axlList list  ) 

Allows to remove the first element from the list without calling to the destroy function, even with it is defined.

Parameters:
list The list where the first element will be removed.