:right-sidebar: True BackForwardListItem =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: BackForwardListItem(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` One item of the :obj:`~gi.repository.WebKit.BackForwardList`\. A history item is part of the :obj:`~gi.repository.WebKit.BackForwardList` and consists out of a title and a URI. Methods ------- .. rst-class:: interim-class .. class:: BackForwardListItem :no-index: .. method:: get_original_uri() -> str Obtain the original URI of the item. See also :func:`~gi.repository.WebKit.BackForwardListItem.get_uri`. .. method:: get_title() -> str Obtain the title of the item. .. method:: get_uri() -> str 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 :func:`~gi.repository.WebKit.BackForwardListItem.get_original_uri`.