gi-webkit2webextension-4.0.25: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMStyleSheetList

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMStyleSheetList Source #

Memory-managed wrapper type.

Constructors

DOMStyleSheetList (ManagedPtr DOMStyleSheetList) 

Instances

Instances details
Eq DOMStyleSheetList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

GObject DOMStyleSheetList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

ManagedPtrNewtype DOMStyleSheetList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

TypedObject DOMStyleSheetList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

Methods

glibType :: IO GType

IsGValue DOMStyleSheetList Source #

Convert DOMStyleSheetList to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

Methods

toGValue :: DOMStyleSheetList -> IO GValue

fromGValue :: GValue -> IO DOMStyleSheetList

HasParentTypes DOMStyleSheetList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

type ParentTypes DOMStyleSheetList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

type ParentTypes DOMStyleSheetList = '[DOMObject, Object]

class (GObject o, IsDescendantOf DOMStyleSheetList o) => IsDOMStyleSheetList o Source #

Type class for types which can be safely cast to DOMStyleSheetList, for instance with toDOMStyleSheetList.

Instances

Instances details
(GObject o, IsDescendantOf DOMStyleSheetList o) => IsDOMStyleSheetList o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheetList

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

Overloaded methods

getLength

dOMStyleSheetListGetLength Source #

Arguments

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

self: A DOMStyleSheetList

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

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.

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