Main Page
Modules
Related Pages
S
earch for
Axl List Cursor: Iterator support for the Axl List
axl_list_cursor_first
axl_list_cursor_free
axl_list_cursor_get
axl_list_cursor_has_item
axl_list_cursor_has_next
axl_list_cursor_has_previous
axl_list_cursor_last
axl_list_cursor_list
axl_list_cursor_new
axl_list_cursor_next
axl_list_cursor_previous
axl_list_cursor_remove
axl_list_cursor_unlink
axlList
* axl_list_cursor_list
(
axlListCursor
*
cursor
)
Allows to get the reference to the list that is associated to the cursor received.
Parameters:
cursor
The cursor that is required to return the list associated.
Returns:
A reference to the list being iterated or NULL if fails.