Reverses a GList. It simply switches the next and prev pointers of each element.
the start of the reversed GList
See Implementation
Reverses a GList. It simply switches the next and prev pointers of each element.