GObject.Object
WebKit.WebHistoryItem
| Import line: | WebKit = imports.gi.WebKit; |
| GIR File: | WebKit-3.0.gir |
| C documentation: | WebKitWebHistoryItem |
| Class : | WebHistoryItem |
| Extends: | GObject.Object |
| Properties | Defined By | |
|---|---|---|
|
alternate_title : String
The alternate title of the history item.
The alternate title of the history item.
|
WebKit.WebHistoryItem | |
|
last_visited_time : gdouble
read only
The time at which the history item was last visited.
The time at which the history item was last visited.
|
WebKit.WebHistoryItem | |
|
original_uri : String
read only
The original URI of the history item.
The original URI of the history item.
|
WebKit.WebHistoryItem | |
|
parent_instance : GObject.Object
read only
|
WebKit.WebHistoryItem | |
|
priv : WebKit.WebHistoryItemPrivate
read only
|
WebKit.WebHistoryItem | |
|
title : String
read only
The title of the history item.
The title of the history item.
|
WebKit.WebHistoryItem | |
|
uri : String
read only
The URI of the history item.
The URI of the history item.
|
WebKit.WebHistoryItem | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new WebKit.WebHistoryItem
(Object properties)
Create a new WebKit.WebHistoryItem
Create a new WebKit.WebHistoryItem
|
||
|
Create a new WebKit.WebHistoryItem
Create a new WebKit.WebHistoryItem
|
||
|
copy
()
:
WebKit.WebHistoryItem
Makes a copy of the item for use with other WebView objects.
Makes a copy of the item for use with other WebView objects.
|
WebKit.WebHistoryItem | |
|
get_alternate_title
()
:
String
Returns the alternate title of web_history_item
Returns the alternate title of web_history_item
|
WebKit.WebHistoryItem | |
|
get_last_visited_time
()
:
gdouble
|
WebKit.WebHistoryItem | |
|
get_original_uri
()
:
String
Returns the original URI of web_history_item.
Returns the original URI of web_history_item.
|
WebKit.WebHistoryItem | |
|
get_title
()
:
String
|
WebKit.WebHistoryItem | |
|
get_uri
()
:
String
Returns the URI of this
Returns the URI of this
|
WebKit.WebHistoryItem | |
|
set_alternate_title
(String title)
:
none
Sets an alternate title for web_history_item
Sets an alternate title for web_history_item
|
WebKit.WebHistoryItem | |
| None |
| 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
|