Function
GLibSListindex
Declaration [src]
gint
g_slist_index (
GSList* list,
gconstpointer data
)
Description [src]
Gets the position of the element containing the given data (starting from 0).
This function is not directly available to language bindings.