gi-webkit-3.0.14: WebKit 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.WebKit.Objects.DOMLocation

Contents

Description

 

Synopsis

Exported types

Methods

getAncestorOrigins

dOMLocationGetAncestorOrigins Source #

Arguments

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

self: A DOMLocation

-> m DOMDOMStringList

Returns: A DOMDOMStringList

No description available in the introspection data.

getHash

dOMLocationGetHash Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getHost

dOMLocationGetHost Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getHostname

dOMLocationGetHostname Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getHref

dOMLocationGetHref Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getOrigin

dOMLocationGetOrigin Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getPathname

dOMLocationGetPathname Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getPort

dOMLocationGetPort Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getProtocol

dOMLocationGetProtocol Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

getSearch

dOMLocationGetSearch Source #

Arguments

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

self: A DOMLocation

-> m Text

Returns: A gchar

No description available in the introspection data.

Properties

ancestorOrigins

hash

host

hostname

href

origin

pathname

port

protocol

search