gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMClientRectList

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMClientRectList o) => IsDOMClientRectList o Source #

Type class for types which can be safely cast to DOMClientRectList, for instance with toDOMClientRectList.

toDOMClientRectList :: (MonadIO m, IsDOMClientRectList o) => o -> m DOMClientRectList Source #

Cast to DOMClientRectList, for types for which this is known to be safe. For general casts, use castTo.

Methods

getLength

dOMClientRectListGetLength Source #

Arguments

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

self: A DOMClientRectList

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

Returns the number of DOMClientRect objects that self contains.

Since: 2.18

item

dOMClientRectListItem Source #

Arguments

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

self: A DOMClientRectList

-> CULong

index: A gulong

-> m DOMClientRect

Returns: A DOMClientRect

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

Returns the DOMClientRect object that self contains at index.

Since: 2.18

Properties

length

No description available in the introspection data.

getDOMClientRectListLength :: (MonadIO m, IsDOMClientRectList o) => o -> m CULong Source #

Get the value of the “length” property. When overloading is enabled, this is equivalent to

get dOMClientRectList #length