: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` :Constructors: :: BackForwardListItem(**properties) 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 Since 2.44, page titles are no longer stored in history. This function now returns an empty string. .. deprecated:: 2.44 Please do not use it in newly written code .. 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`.