public class WebBackForwardList : Object {
public WebBackForwardList.with_web_view ( WebView web_view ) ;
public bool contains_item ( WebHistoryItem history_item ) ;
public weak WebHistoryItem get_back_item ( ) ;
public int get_back_length ( ) ;
public weak GLib.List get_back_list_with_limit ( int limit ) ;
public weak WebHistoryItem get_current_item ( ) ;
public weak WebHistoryItem get_forward_item ( ) ;
public int get_forward_length ( ) ;
public weak GLib.List get_forward_list_with_limit ( int limit ) ;
public int get_limit ( ) ;
public weak WebHistoryItem get_nth_item ( int index ) ;
public void go_back ( ) ;
public void go_forward ( ) ;
public void go_to_item ( WebHistoryItem history_item ) ;
public void set_limit ( int limit ) ;
}

public WebBackForwardList.with_web_view ( WebView web_view ) ;
public bool contains_item ( WebHistoryItem history_item ) ;
public weak WebHistoryItem get_back_item ( ) ;
public int get_back_length ( ) ;
public weak GLib.List get_back_list_with_limit ( int limit ) ;
public weak WebHistoryItem get_current_item ( ) ;
public weak WebHistoryItem get_forward_item ( ) ;
public int get_forward_length ( ) ;
public weak GLib.List get_forward_list_with_limit ( int limit ) ;
public int get_limit ( ) ;
public weak WebHistoryItem get_nth_item ( int index ) ;
public void go_back ( ) ;
public void go_forward ( ) ;
public void go_to_item ( WebHistoryItem history_item ) ;
public void set_limit ( int limit ) ;
Created by Valadoc