Function
GLibSListnth_data
Declaration [src]
gpointer
g_slist_nth_data (
GSList* list,
guint n
)
Description [src]
Gets the data of the element at the given position.
This function is not directly available to language bindings.
gpointer
g_slist_nth_data (
GSList* list,
guint n
)
Gets the data of the element at the given position.
This function is not directly available to language bindings.