Function
GLibListnth_data
Declaration [src]
gpointer
g_list_nth_data (
GList* list,
guint n
)
Description [src]
Gets the data of the element at the given position.
This iterates over the list until it reaches the n
-th position. If you
intend to iterate over every element, it is better to use a for-loop as
described in the GList
introduction.
This function is not directly available to language bindings.