Method

WebKit2BackForwardListget_current_item

Declaration [src]

WebKitBackForwardListItem*
webkit_back_forward_list_get_current_item (
  WebKitBackForwardList* back_forward_list
)

Description [src]

Returns the current item in back_forward_list.

Return value

Returns: WebKitBackForwardListItem
 

A WebKitBackForwardListItem or NULL if back_forward_list is empty.

 The data is owned by the instance.
 The return value can be NULL.