gi-webkit2webextension-4.0.16: 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.DOMStyleSheetList

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMStyleSheetList :: (MonadIO m, IsDOMStyleSheetList o) => o -> m DOMStyleSheetList Source #

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

Methods

getLength

dOMStyleSheetListGetLength Source #

Arguments

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

self: A DOMStyleSheetList

-> m CULong

Returns: A gulong

No description available in the introspection data.

item

dOMStyleSheetListItem Source #

Arguments

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

self: A DOMStyleSheetList

-> CULong

index: A gulong

-> m DOMStyleSheet

Returns: A DOMStyleSheet

No description available in the introspection data.

Properties

length

No description available in the introspection data.

getDOMStyleSheetListLength :: (MonadIO m, IsDOMStyleSheetList o) => o -> m CULong Source #

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

get dOMStyleSheetList #length