Function
GLibSListnth
Declaration [src]
GSList*
g_slist_nth (
GSList* list,
guint n
)
Description [src]
Gets the element at the given position in a GSList
.
This function is not directly available to language bindings.
GSList*
g_slist_nth (
GSList* list,
guint n
)
Gets the element at the given position in a GSList
.
This function is not directly available to language bindings.