bool axl_list_cursor_has_item ( axlListCursor cursor  ) 

Allows to know if the current position has items.

Parameters:
cursor The cursor that is requested to return if a call to axl_list_cursor_get will return data.
Returns:
true if the list that is iterated can return data at the current position, otherwise false is returned.