webkit-1.0 Reference Manual

Synopsis

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 ) ;
}

WebBackForwardList Description

Details

Constructor Details

WebBackForwardList.with_web_view ()
    public                              WebBackForwardList.with_web_view ( WebView             web_view ) ;		

Field Details

Signal Details

Property Details

Method Details

contains_item ()
    public    bool                      contains_item             ( WebHistoryItem      history_item ) ;		

get_back_item ()
    public    weak WebHistoryItem       get_back_item             (  ) ;		

get_back_length ()
    public    int                       get_back_length           (  ) ;		

get_back_list_with_limit ()
    public    weak GLib.List            get_back_list_with_limit  ( int                 limit ) ;		

get_current_item ()
    public    weak WebHistoryItem       get_current_item          (  ) ;		

get_forward_item ()
    public    weak WebHistoryItem       get_forward_item          (  ) ;		

get_forward_length ()
    public    int                       get_forward_length        (  ) ;		

get_forward_list_with_limit ()
    public    weak GLib.List            get_forward_list_with_limit ( int                 limit ) ;		

get_limit ()
    public    int                       get_limit                 (  ) ;		

get_nth_item ()
    public    weak WebHistoryItem       get_nth_item              ( int                 index ) ;		

go_back ()
    public    void                      go_back                   (  ) ;		

go_forward ()
    public    void                      go_forward                (  ) ;		

go_to_item ()
    public    void                      go_to_item                ( WebHistoryItem      history_item ) ;		

set_limit ()
    public    void                      set_limit                 ( int                 limit ) ;		


Created by Valadoc