Main Page
Related Pages
Modules
Data Structures
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Axl List: A configurable double-linked list used across the library.
axl_list_add
axl_list_add_at
axl_list_always_return_1
axl_list_append
axl_list_copy
axl_list_equal_int
axl_list_equal_ptr
axl_list_equal_string
axl_list_exists
axl_list_exists_at
axl_list_find_string
axl_list_free
axl_list_get_first
axl_list_get_last
axl_list_get_nth
axl_list_is_empty
axl_list_length
axl_list_lookup
axl_list_new
axl_list_order_string
axl_list_prepend
axl_list_remove
axl_list_remove_at
axl_list_remove_first
axl_list_remove_last
axl_list_remove_ptr
axl_list_set_destroy_func
axl_list_unlink
axl_list_unlink_at
axl_list_unlink_first
axl_list_unlink_last
axl_list_unlink_ptr
axlPointer
axl_list_get_first
(
axlList
*
list
)
Returns the first element stored on the list.
Parameters
list
The list where the first element stored will be returned.
Returns
An
axlPointer
containing the data stored on the list.
References
axl_return_val_if_fail
.