BackForwardList.getBackListWithLimit

Obtain a list up to some number of items preceding the current one.

class BackForwardList
getBackListWithLimit
(
uint limit
)

Parameters

limit uint

the number of items to retrieve

Return Value

Type: webkit.back_forward_list_item.BackForwardListItem[]

a #GList of items preceding the current item limited by limit.