gi-webkit2-4.0.11: WebKit2 bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.BackForwardListItem

Contents

Description

 

Synopsis

Exported types

Methods

getOriginalUri

backForwardListItemGetOriginalUri Source #

Arguments

:: (HasCallStack, MonadIO m, IsBackForwardListItem a) 
=> a

listItem: a BackForwardListItem

-> m Text

Returns: the original URI of listItem or Nothing when the original URI is empty.

getTitle

backForwardListItemGetTitle Source #

Arguments

:: (HasCallStack, MonadIO m, IsBackForwardListItem a) 
=> a

listItem: a BackForwardListItem

-> m Text

Returns: the page title of listItem or Nothing when the title is empty.

No description available in the introspection data.

getUri

backForwardListItemGetUri Source #

Arguments

:: (HasCallStack, MonadIO m, IsBackForwardListItem a) 
=> a

listItem: a BackForwardListItem

-> m Text

Returns: the URI of listItem or Nothing when the URI is empty.

This URI may differ from the original URI if the page was, for example, redirected to a new location. See also backForwardListItemGetOriginalUri.