Function Macro
GLiblist_next
Declaration [src]
#define g_list_next (
list
)
Description [src]
A convenience macro to get the next element in a GList
.
Note that it is considered perfectly acceptable to access
list
->next directly.
This function is not directly available to language bindings.