Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.WebBackForwardList

Class WebKit.WebBackForwardList

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitWebBackForwardList
Class : WebBackForwardList
Extends: GObject.Object

/* Get the WebKitWebBackForwardList from the WebKitWebView */
WebKitWebBackForwardList *back_forward_list = webkit_web_view_get_back_forward_list (my_web_view);
WebKitWebHistoryItem *item = webkit_web_back_forward_list_get_current_item (back_forward_list);
/* Do something with a WebKitWebHistoryItem */
g_print("p", item);
/* Control some parameters */
WebKitWebBackForwardList *back_forward_list = webkit_web_view_get_back_forward_list (my_web_view);
webkit_web_back_forward_list_set_limit (back_forward_list, 30);
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.WebView
Method
get_back_forward_list () : WebKit.WebBackForwardList
Obtains the WebKitWebBackForwardList associated with the given WebKitWebView.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:02 GMT+0800 (HKT)