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.DOMDOMSelection

Contents

Description

 

Synopsis

Exported types

Methods

addRange

dOMDOMSelectionAddRange Source #

Arguments

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

self: A DOMDOMSelection

-> b

range: A DOMRange

-> m () 

No description available in the introspection data.

Since: 2.16

collapse

dOMDOMSelectionCollapse Source #

Arguments

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

self: A DOMDOMSelection

-> b

node: A DOMNode

-> CULong

offset: A gulong

-> m () 

No description available in the introspection data.

Since: 2.16

collapseToEnd

dOMDOMSelectionCollapseToEnd Source #

Arguments

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

self: A DOMDOMSelection

-> m ()

(Can throw GError)

No description available in the introspection data.

Since: 2.16

collapseToStart

dOMDOMSelectionCollapseToStart Source #

Arguments

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

self: A DOMDOMSelection

-> m ()

(Can throw GError)

No description available in the introspection data.

Since: 2.16

containsNode

dOMDOMSelectionContainsNode Source #

Arguments

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

self: A DOMDOMSelection

-> b

node: A DOMNode

-> Bool

allowPartial: A Bool

-> m Bool

Returns: A Bool

No description available in the introspection data.

Since: 2.16

deleteFromDocument

dOMDOMSelectionDeleteFromDocument Source #

Arguments

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

self: A DOMDOMSelection

-> m () 

No description available in the introspection data.

Since: 2.16

empty

dOMDOMSelectionEmpty Source #

Arguments

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

self: A DOMDOMSelection

-> m () 

No description available in the introspection data.

Since: 2.16

extend

dOMDOMSelectionExtend Source #

Arguments

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

self: A DOMDOMSelection

-> b

node: A DOMNode

-> CULong

offset: A gulong

-> m ()

(Can throw GError)

No description available in the introspection data.

Since: 2.16

getAnchorNode

dOMDOMSelectionGetAnchorNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

Since: 2.16

getAnchorOffset

dOMDOMSelectionGetAnchorOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getBaseNode

dOMDOMSelectionGetBaseNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

Since: 2.16

getBaseOffset

dOMDOMSelectionGetBaseOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getExtentNode

dOMDOMSelectionGetExtentNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

Since: 2.16

getExtentOffset

dOMDOMSelectionGetExtentOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getFocusNode

dOMDOMSelectionGetFocusNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

Since: 2.16

getFocusOffset

dOMDOMSelectionGetFocusOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getIsCollapsed

dOMDOMSelectionGetIsCollapsed Source #

Arguments

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

self: A DOMDOMSelection

-> m Bool

Returns: A Bool

No description available in the introspection data.

Since: 2.16

getRangeAt

dOMDOMSelectionGetRangeAt Source #

Arguments

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

self: A DOMDOMSelection

-> CULong

index: A gulong

-> m DOMRange

Returns: A DOMRange (Can throw GError)

No description available in the introspection data.

Since: 2.16

getRangeCount

dOMDOMSelectionGetRangeCount Source #

Arguments

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

self: A DOMDOMSelection

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getSelectionType

dOMDOMSelectionGetSelectionType Source #

Arguments

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

self: A DOMDOMSelection

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

modify

dOMDOMSelectionModify Source #

Arguments

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

self: A DOMDOMSelection

-> Text

alter: A gchar

-> Text

direction: A gchar

-> Text

granularity: A gchar

-> m () 

No description available in the introspection data.

Since: 2.16

removeAllRanges

dOMDOMSelectionRemoveAllRanges Source #

Arguments

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

self: A DOMDOMSelection

-> m () 

No description available in the introspection data.

Since: 2.16

selectAllChildren

dOMDOMSelectionSelectAllChildren Source #

Arguments

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

self: A DOMDOMSelection

-> b

node: A DOMNode

-> m () 

No description available in the introspection data.

Since: 2.16

setBaseAndExtent

dOMDOMSelectionSetBaseAndExtent Source #

Arguments

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

self: A DOMDOMSelection

-> b

baseNode: A DOMNode

-> CULong

baseOffset: A gulong

-> c

extentNode: A DOMNode

-> CULong

extentOffset: A gulong

-> m () 

No description available in the introspection data.

Since: 2.16

setPosition

dOMDOMSelectionSetPosition Source #

Arguments

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

self: A DOMDOMSelection

-> b

node: A DOMNode

-> CULong

offset: A gulong

-> m () 

No description available in the introspection data.

Since: 2.16

Properties

anchorNode

data DOMDOMSelectionAnchorNodePropertyInfo Source #

Instances

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

anchorOffset

data DOMDOMSelectionAnchorOffsetPropertyInfo Source #

Instances

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

baseNode

data DOMDOMSelectionBaseNodePropertyInfo Source #

Instances

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

baseOffset

data DOMDOMSelectionBaseOffsetPropertyInfo Source #

Instances

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

extentNode

data DOMDOMSelectionExtentNodePropertyInfo Source #

Instances

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

extentOffset

data DOMDOMSelectionExtentOffsetPropertyInfo Source #

Instances

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

focusNode

data DOMDOMSelectionFocusNodePropertyInfo Source #

Instances

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

focusOffset

data DOMDOMSelectionFocusOffsetPropertyInfo Source #

Instances

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

isCollapsed

data DOMDOMSelectionIsCollapsedPropertyInfo Source #

Instances

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

rangeCount

data DOMDOMSelectionRangeCountPropertyInfo Source #

Instances

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

type

data DOMDOMSelectionTypePropertyInfo Source #

Instances

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