Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.WebHistoryItem

Class WebKit.WebHistoryItem

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitWebHistoryItem
Class : WebHistoryItem
Extends: GObject.Object
A history item consists out of a title and a uri. It can be part of the
WebKitWebBackForwardList and the global history. The global history is used
for coloring the links of visited sites. WebKitWebHistoryItem's constructed with
webkit_web_history_item_new and webkit_web_history_item_new_with_data are
automatically added to the global history.

/* Inject a visited page into the global history */
webkit_web_history_item_new_with_data("http://www.webkit.org/", "The WebKit Open Source Project");
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.WebBackForwardList
Method
add_item (WebHistoryItem history_item) : none
Adds the item to the WebKitWebBackForwardList.
WebKit.WebBackForwardList
Method
contains_item (WebHistoryItem history_item) : gboolean
Checks if web_history_item is in the back forward list
WebKit.WebBackForwardList
Method
get_back_item () : WebKit.WebHistoryItem
Returns the item that precedes the current item
WebKit.WebBackForwardList
Method
get_current_item () : WebKit.WebHistoryItem
Returns the current item.
WebKit.WebBackForwardList
Method
get_forward_item () : WebKit.WebHistoryItem
Returns the item that succeeds the current item.
WebKit.WebBackForwardList
Method
get_nth_item (gint32 index) : WebKit.WebHistoryItem
Returns the item at a given index relative to the current item.
WebKit.WebBackForwardList
Method
go_to_item (WebHistoryItem history_item) : none
Go to the specified web_history_item in the back forward list
WebKit.WebView
Method
go_to_back_forward_item (WebHistoryItem item) : gboolean
Go to the specified WebKitWebHistoryItem
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:03 GMT+0800 (HKT)