BackForwardList


Object Hierarchy:

WebKit.BackForwardList WebKit.BackForwardList WebKit.BackForwardList GLib.Object GLib.Object GLib.Object->WebKit.BackForwardList

Description:

[ CCode ( type_id = "webkit_back_forward_list_get_type ()" ) ]
public class BackForwardList : Object

List of visited pages.

WebKitBackForwardList maintains a list of visited pages used to navigate to recent pages. Items are inserted in the list in the order they are visited.

WebKitBackForwardList also maintains the notion of the current item (which is always at index 0), the preceding item (which is at index -1), and the following item (which is at index 1). Methods go_back and go_forward move the current item backward or forward by one. Method go_to_back_forward_list_item sets the current item to the specified item. All other methods returning BackForwardListItem <!-- -->s do not change the value of the current item, they just return the requested item or items.


Namespace: WebKit
Package: webkit2gtk-4.1

Content:

Creation methods:

Methods:

Signals:

Inherited Members: