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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsDOMCSSRuleList o Source #

Type class for types which can be safely cast to DOMCSSRuleList, for instance with toDOMCSSRuleList.

toDOMCSSRuleList :: (MonadIO m, IsDOMCSSRuleList o) => o -> m DOMCSSRuleList Source #

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

Methods

getLength

dOMCSSRuleListGetLength Source #

Arguments

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

self: A DOMCSSRuleList

-> m CULong

Returns: A gulong

No description available in the introspection data.

item

dOMCSSRuleListItem Source #

Arguments

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

self: A DOMCSSRuleList

-> CULong

index: A gulong

-> m DOMCSSRule

Returns: A DOMCSSRule

No description available in the introspection data.

Properties

length

No description available in the introspection data.

getDOMCSSRuleListLength :: (MonadIO m, IsDOMCSSRuleList o) => o -> m CULong Source #

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

get dOMCSSRuleList #length