gi-webkit2webextension-4.0.28: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMCSSRuleList

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMCSSRuleList Source #

Memory-managed wrapper type.

Constructors

DOMCSSRuleList (ManagedPtr DOMCSSRuleList) 

Instances

Instances details
Eq DOMCSSRuleList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

GObject DOMCSSRuleList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

ManagedPtrNewtype DOMCSSRuleList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

TypedObject DOMCSSRuleList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

Methods

glibType :: IO GType

HasParentTypes DOMCSSRuleList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

IsGValue (Maybe DOMCSSRuleList) Source #

Convert DOMCSSRuleList to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe DOMCSSRuleList -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe DOMCSSRuleList)

type ParentTypes DOMCSSRuleList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

type ParentTypes DOMCSSRuleList = '[DOMObject, Object]

class (GObject o, IsDescendantOf DOMCSSRuleList o) => IsDOMCSSRuleList o Source #

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

Instances

Instances details
(GObject o, IsDescendantOf DOMCSSRuleList o) => IsDOMCSSRuleList o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSRuleList

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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