gi-webkit-3.0.12: 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

data DOMLocationAncestorOriginsPropertyInfo Source #

Instances

AttrInfo DOMLocationAncestorOriginsPropertyInfo Source # 
type AttrOrigin DOMLocationAncestorOriginsPropertyInfo Source # 
type AttrLabel DOMLocationAncestorOriginsPropertyInfo Source # 
type AttrGetType DOMLocationAncestorOriginsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationAncestorOriginsPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationAncestorOriginsPropertyInfo Source # 
type AttrAllowedOps DOMLocationAncestorOriginsPropertyInfo Source # 

hash

data DOMLocationHashPropertyInfo Source #

Instances

AttrInfo DOMLocationHashPropertyInfo Source # 
type AttrOrigin DOMLocationHashPropertyInfo Source # 
type AttrLabel DOMLocationHashPropertyInfo Source # 
type AttrGetType DOMLocationHashPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationHashPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationHashPropertyInfo Source # 
type AttrAllowedOps DOMLocationHashPropertyInfo Source # 

host

data DOMLocationHostPropertyInfo Source #

Instances

AttrInfo DOMLocationHostPropertyInfo Source # 
type AttrOrigin DOMLocationHostPropertyInfo Source # 
type AttrLabel DOMLocationHostPropertyInfo Source # 
type AttrGetType DOMLocationHostPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationHostPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationHostPropertyInfo Source # 
type AttrAllowedOps DOMLocationHostPropertyInfo Source # 

hostname

data DOMLocationHostnamePropertyInfo Source #

Instances

AttrInfo DOMLocationHostnamePropertyInfo Source # 
type AttrOrigin DOMLocationHostnamePropertyInfo Source # 
type AttrLabel DOMLocationHostnamePropertyInfo Source # 
type AttrGetType DOMLocationHostnamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationHostnamePropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationHostnamePropertyInfo Source # 
type AttrAllowedOps DOMLocationHostnamePropertyInfo Source # 

href

data DOMLocationHrefPropertyInfo Source #

Instances

AttrInfo DOMLocationHrefPropertyInfo Source # 
type AttrOrigin DOMLocationHrefPropertyInfo Source # 
type AttrLabel DOMLocationHrefPropertyInfo Source # 
type AttrGetType DOMLocationHrefPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationHrefPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationHrefPropertyInfo Source # 
type AttrAllowedOps DOMLocationHrefPropertyInfo Source # 

origin

data DOMLocationOriginPropertyInfo Source #

Instances

AttrInfo DOMLocationOriginPropertyInfo Source # 
type AttrOrigin DOMLocationOriginPropertyInfo Source # 
type AttrLabel DOMLocationOriginPropertyInfo Source # 
type AttrGetType DOMLocationOriginPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationOriginPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationOriginPropertyInfo Source # 
type AttrAllowedOps DOMLocationOriginPropertyInfo Source # 

pathname

data DOMLocationPathnamePropertyInfo Source #

Instances

AttrInfo DOMLocationPathnamePropertyInfo Source # 
type AttrOrigin DOMLocationPathnamePropertyInfo Source # 
type AttrLabel DOMLocationPathnamePropertyInfo Source # 
type AttrGetType DOMLocationPathnamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationPathnamePropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationPathnamePropertyInfo Source # 
type AttrAllowedOps DOMLocationPathnamePropertyInfo Source # 

port

data DOMLocationPortPropertyInfo Source #

Instances

AttrInfo DOMLocationPortPropertyInfo Source # 
type AttrOrigin DOMLocationPortPropertyInfo Source # 
type AttrLabel DOMLocationPortPropertyInfo Source # 
type AttrGetType DOMLocationPortPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationPortPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationPortPropertyInfo Source # 
type AttrAllowedOps DOMLocationPortPropertyInfo Source # 

protocol

data DOMLocationProtocolPropertyInfo Source #

Instances

AttrInfo DOMLocationProtocolPropertyInfo Source # 
type AttrOrigin DOMLocationProtocolPropertyInfo Source # 
type AttrLabel DOMLocationProtocolPropertyInfo Source # 
type AttrGetType DOMLocationProtocolPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationProtocolPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationProtocolPropertyInfo Source # 
type AttrAllowedOps DOMLocationProtocolPropertyInfo Source # 

search

data DOMLocationSearchPropertyInfo Source #

Instances

AttrInfo DOMLocationSearchPropertyInfo Source # 
type AttrOrigin DOMLocationSearchPropertyInfo Source # 
type AttrLabel DOMLocationSearchPropertyInfo Source # 
type AttrGetType DOMLocationSearchPropertyInfo Source # 
type AttrBaseTypeConstraint DOMLocationSearchPropertyInfo Source # 
type AttrSetTypeConstraint DOMLocationSearchPropertyInfo Source # 
type AttrAllowedOps DOMLocationSearchPropertyInfo Source #