axlPointer axl_list_get_nth ( axlList list,
int  position 
)

Allows to get current pointer stored at the given position.

Parameters:
list The list where the data will be retrieved.
position A value ranging from 0 up to the the list lenght - 1.
Returns:
The axlPointer stored on the given position or NULL if fail.