nthPrev

fun nthPrev(list: List, n: <Error class: unknown class>): List

Gets the element @n places before @list.

Return

the element, or null if the position is off the end of the #GList

Parameters

list

a #GList

n

the position of the element, counting from 0