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