ListG.reverse

Reverses a #GList. It simply switches the next and prev pointers of each element.

class ListG
reverse
()

Return Value

Type: ListG

the start of the reversed #GList

Meta