Function
GLibListreverse
Declaration [src]
GList*
g_list_reverse (
GList* list
)
Description [src]
Reverses a GList
.
It simply switches the next and prev pointers of each element.
This function is not directly available to language bindings.