gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMRange

Contents

Description

 

Synopsis

Exported types

Methods

cloneContents

dOMRangeCloneContents Source #

Arguments

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

self: A DOMRange

-> m DOMDocumentFragment

Returns: A DOMDocumentFragment (Can throw GError)

No description available in the introspection data.

cloneRange

dOMRangeCloneRange Source #

Arguments

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

self: A DOMRange

-> m DOMRange

Returns: A DOMRange (Can throw GError)

No description available in the introspection data.

collapse

data DOMRangeCollapseMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMRange a) => MethodInfo * DOMRangeCollapseMethodInfo a signature Source # 

dOMRangeCollapse Source #

Arguments

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

self: A DOMRange

-> Bool

toStart: A Bool

-> m ()

(Can throw GError)

No description available in the introspection data.

compareBoundaryPoints

dOMRangeCompareBoundaryPoints Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMRange b) 
=> a

self: A DOMRange

-> Word16

how: A gushort

-> b

sourceRange: A DOMRange

-> m Int16

Returns: A gshort (Can throw GError)

No description available in the introspection data.

compareNode

dOMRangeCompareNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m Int16

Returns: A gshort (Can throw GError)

No description available in the introspection data.

comparePoint

dOMRangeComparePoint Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> CLong

offset: A glong

-> m Int16

Returns: A gshort (Can throw GError)

No description available in the introspection data.

createContextualFragment

dOMRangeCreateContextualFragment Source #

Arguments

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

self: A DOMRange

-> Text

html: A gchar

-> m DOMDocumentFragment

Returns: A DOMDocumentFragment (Can throw GError)

No description available in the introspection data.

deleteContents

dOMRangeDeleteContents Source #

Arguments

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

self: A DOMRange

-> m ()

(Can throw GError)

No description available in the introspection data.

detach

data DOMRangeDetachMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMRange a) => MethodInfo * DOMRangeDetachMethodInfo a signature Source # 

dOMRangeDetach Source #

Arguments

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

self: A DOMRange

-> m ()

(Can throw GError)

No description available in the introspection data.

expand

data DOMRangeExpandMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMRange a) => MethodInfo * DOMRangeExpandMethodInfo a signature Source # 

dOMRangeExpand Source #

Arguments

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

self: A DOMRange

-> Text

unit: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

Since: 2.16

extractContents

dOMRangeExtractContents Source #

Arguments

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

self: A DOMRange

-> m DOMDocumentFragment

Returns: A DOMDocumentFragment (Can throw GError)

No description available in the introspection data.

getCollapsed

dOMRangeGetCollapsed Source #

Arguments

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

self: A DOMRange

-> m ()

(Can throw GError)

No description available in the introspection data.

getCommonAncestorContainer

dOMRangeGetCommonAncestorContainer Source #

Arguments

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

self: A DOMRange

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

getEndContainer

dOMRangeGetEndContainer Source #

Arguments

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

self: A DOMRange

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

getEndOffset

dOMRangeGetEndOffset Source #

Arguments

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

self: A DOMRange

-> m CLong

Returns: A glong (Can throw GError)

No description available in the introspection data.

getStartContainer

dOMRangeGetStartContainer Source #

Arguments

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

self: A DOMRange

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

getStartOffset

dOMRangeGetStartOffset Source #

Arguments

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

self: A DOMRange

-> m CLong

Returns: A glong (Can throw GError)

No description available in the introspection data.

getText

data DOMRangeGetTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMRange a) => MethodInfo * DOMRangeGetTextMethodInfo a signature Source # 

dOMRangeGetText Source #

Arguments

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

self: A DOMRange

-> m Text

Returns: A gchar

No description available in the introspection data.

insertNode

data DOMRangeInsertNodeMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsDOMRange a, IsDOMNode b) => MethodInfo * DOMRangeInsertNodeMethodInfo a signature Source # 

dOMRangeInsertNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

newNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

intersectsNode

dOMRangeIntersectsNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

isPointInRange

dOMRangeIsPointInRange Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> CLong

offset: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

selectNode

data DOMRangeSelectNodeMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsDOMRange a, IsDOMNode b) => MethodInfo * DOMRangeSelectNodeMethodInfo a signature Source # 

dOMRangeSelectNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

selectNodeContents

dOMRangeSelectNodeContents Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

setEnd

data DOMRangeSetEndMethodInfo Source #

Instances

((~) * signature (b -> CLong -> m ()), MonadIO m, IsDOMRange a, IsDOMNode b) => MethodInfo * DOMRangeSetEndMethodInfo a signature Source # 

dOMRangeSetEnd Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> CLong

offset: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

setEndAfter

data DOMRangeSetEndAfterMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsDOMRange a, IsDOMNode b) => MethodInfo * DOMRangeSetEndAfterMethodInfo a signature Source # 

dOMRangeSetEndAfter Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

setEndBefore

dOMRangeSetEndBefore Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

setStart

data DOMRangeSetStartMethodInfo Source #

Instances

((~) * signature (b -> CLong -> m ()), MonadIO m, IsDOMRange a, IsDOMNode b) => MethodInfo * DOMRangeSetStartMethodInfo a signature Source # 

dOMRangeSetStart Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> CLong

offset: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

setStartAfter

dOMRangeSetStartAfter Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

setStartBefore

dOMRangeSetStartBefore Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

refNode: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

surroundContents

dOMRangeSurroundContents Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMRange a, IsDOMNode b) 
=> a

self: A DOMRange

-> b

newParent: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

toString

dOMRangeToString Source #

Arguments

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

self: A DOMRange

-> m Text

Returns: A gchar (Can throw GError)

No description available in the introspection data.

Properties

collapsed

data DOMRangeCollapsedPropertyInfo Source #

Instances

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

commonAncestorContainer

data DOMRangeCommonAncestorContainerPropertyInfo Source #

Instances

AttrInfo DOMRangeCommonAncestorContainerPropertyInfo Source # 
type AttrOrigin DOMRangeCommonAncestorContainerPropertyInfo Source # 
type AttrLabel DOMRangeCommonAncestorContainerPropertyInfo Source # 
type AttrLabel DOMRangeCommonAncestorContainerPropertyInfo = "common-ancestor-container"
type AttrGetType DOMRangeCommonAncestorContainerPropertyInfo Source # 
type AttrBaseTypeConstraint DOMRangeCommonAncestorContainerPropertyInfo Source # 
type AttrSetTypeConstraint DOMRangeCommonAncestorContainerPropertyInfo Source # 
type AttrAllowedOps DOMRangeCommonAncestorContainerPropertyInfo Source # 

endContainer

data DOMRangeEndContainerPropertyInfo Source #

Instances

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

endOffset

data DOMRangeEndOffsetPropertyInfo Source #

Instances

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

startContainer

data DOMRangeStartContainerPropertyInfo Source #

Instances

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

startOffset

data DOMRangeStartOffsetPropertyInfo Source #

Instances

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

text

data DOMRangeTextPropertyInfo Source #

Instances

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