WebKit2.BackForwardListItem¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class WebKit2.BackForwardListItem(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
One item of the
WebKit2.BackForwardList
.A history item is part of the
WebKit2.BackForwardList
and consists out of a title and a URI.- get_original_uri()¶
-
Obtain the original URI of the item.
See also
WebKit2.BackForwardListItem.get_uri
().
- get_title()¶
- Returns:
an empty string
- Return type:
Since 2.44, page titles are no longer stored in history. This function now returns an empty string.
Deprecated since version 2.44.
- get_uri()¶
-
Obtain the URI of the item.
This URI may differ from the original URI if the page was, for example, redirected to a new location. See also
WebKit2.BackForwardListItem.get_original_uri
().