BackForwardList.getForwardListWithLimit

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

class BackForwardList
getForwardListWithLimit
(
uint limit
)

Parameters

limit uint

the number of items to retrieve

Return Value

Type: webkit.back_forward_list_item.BackForwardListItem[]

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