Method
WebKit2BackForwardListget_nth_item
Declaration [src]
WebKitBackForwardListItem*
webkit_back_forward_list_get_nth_item (
  WebKitBackForwardList* back_forward_list,
  gint index
)
Return value
Type: WebKitBackForwardListItem
The WebKitBackForwardListItem
   located at the specified index relative to the current item or NULL.
| The data is owned by the instance. | 
| The return value can be NULL. |