API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
guint g_slist_length ( GSList* list )
Gets the number of elements in a GSList.
GSList
This function iterates over the whole list to count its elements. To check whether the list is non-empty, it is faster to check list against NULL.
list
NULL
This function is not directly available to language bindings.
Type: A list of gpointer
gpointer
A GSList.
Type: guint
guint
The number of elements in the GSList.