get_nth_item


Description:

public unowned BackForwardListItem? get_nth_item (int index)

Returns the item at a given index relative to the current item.

Parameters:

this

a BackForwardList

index

the index of the item

Returns:

the BackForwardListItem located at the specified index relative to the current item or null.