gi-webkit2-4.0.24: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.BackForwardListItem

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf BackForwardListItem o) => IsBackForwardListItem o Source #

Type class for types which can be safely cast to BackForwardListItem, for instance with toBackForwardListItem.

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 (Maybe 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 (Maybe 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 (Maybe 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.