gi-webkit2-4.0.15: 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

No description available in the introspection data.

Synopsis

Exported types

toBackForwardListItem :: (MonadIO m, IsBackForwardListItem o) => o -> m BackForwardListItem Source #

Cast to BackForwardListItem, for types for which this is known to be safe. For general casts, use castTo.

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.