Function
GLibSListposition
Declaration [src]
gint
g_slist_position (
GSList* list,
GSList* llink
)
Description [src]
Gets the position of the given element
in the GSList
(starting from 0).
This function is not directly available to language bindings.