Function Macro
GLibslist_next
since: 2.0
Declaration [src]
#define g_slist_next (
slist
)
Description [src]
A convenience macro to get the next element in a GSList.
Note that it is considered perfectly acceptable to access
slist->next directly.
Available since: 2.0
This function is not directly available to language bindings.