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

Contents

Description

 

Synopsis

Exported types

Methods

getBubbles

dOMEventGetBubbles Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCancelBubble

dOMEventGetCancelBubble Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCancelable

dOMEventGetCancelable Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCurrentTarget

dOMEventGetCurrentTarget Source #

Arguments

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

self: A DOMEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getEventPhase

dOMEventGetEventPhase Source #

Arguments

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

self: A DOMEvent

-> m Word16

Returns: A gushort

No description available in the introspection data.

getEventType

dOMEventGetEventType Source #

Arguments

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

self: A DOMEvent

-> m Text

Returns: A gchar

No description available in the introspection data.

getReturnValue

dOMEventGetReturnValue Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getSrcElement

dOMEventGetSrcElement Source #

Arguments

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

self: A DOMEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getTarget

dOMEventGetTarget Source #

Arguments

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

self: A DOMEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getTimeStamp

dOMEventGetTimeStamp Source #

Arguments

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

self: A DOMEvent

-> m Word32

Returns: A guint32

No description available in the introspection data.

initEvent

data DOMEventInitEventMethodInfo Source #

Instances

((~) * signature (Text -> Bool -> Bool -> m ()), MonadIO m, IsDOMEvent a) => MethodInfo * DOMEventInitEventMethodInfo a signature Source # 

dOMEventInitEvent Source #

Arguments

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

self: A DOMEvent

-> Text

eventTypeArg: A gchar

-> Bool

canBubbleArg: A Bool

-> Bool

cancelableArg: A Bool

-> m () 

No description available in the introspection data.

preventDefault

dOMEventPreventDefault Source #

Arguments

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

self: A DOMEvent

-> m () 

No description available in the introspection data.

setCancelBubble

dOMEventSetCancelBubble Source #

Arguments

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

self: A DOMEvent

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setReturnValue

dOMEventSetReturnValue Source #

Arguments

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

self: A DOMEvent

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

stopPropagation

dOMEventStopPropagation Source #

Arguments

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

self: A DOMEvent

-> m () 

No description available in the introspection data.

Properties

bubbles

data DOMEventBubblesPropertyInfo Source #

Instances

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

cancelBubble

data DOMEventCancelBubblePropertyInfo Source #

Instances

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

cancelable

data DOMEventCancelablePropertyInfo Source #

Instances

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

currentTarget

data DOMEventCurrentTargetPropertyInfo Source #

Instances

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

eventPhase

data DOMEventEventPhasePropertyInfo Source #

Instances

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

returnValue

data DOMEventReturnValuePropertyInfo Source #

Instances

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

srcElement

data DOMEventSrcElementPropertyInfo Source #

Instances

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

target

data DOMEventTargetPropertyInfo Source #

Instances

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

timeStamp

data DOMEventTimeStampPropertyInfo Source #

Instances

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

type

data DOMEventTypePropertyInfo Source #

Instances

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