bool axl_list_cursor_has_previous ( axlListCursor cursor  ) 

Allows to check if there are more elements next to the current element pointed by the cursor.

Parameters:
cursor The cursor that is required to return if there are next items.
Returns:
true if more items are found, otherwise false is returned.