gi-webkit2webextension-4.0.21: 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.DOMStyleSheet

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMStyleSheet o) => IsDOMStyleSheet o Source #

Type class for types which can be safely cast to DOMStyleSheet, for instance with toDOMStyleSheet.

toDOMStyleSheet :: (MonadIO m, IsDOMStyleSheet o) => o -> m DOMStyleSheet Source #

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

Methods

getContentType

dOMStyleSheetGetContentType Source #

Arguments

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

self: A DOMStyleSheet

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDisabled

dOMStyleSheetGetDisabled Source #

Arguments

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

self: A DOMStyleSheet

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHref

dOMStyleSheetGetHref Source #

Arguments

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

self: A DOMStyleSheet

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMedia

dOMStyleSheetGetMedia Source #

Arguments

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

self: A DOMStyleSheet

-> m DOMMediaList

Returns: A DOMMediaList

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getOwnerNode

dOMStyleSheetGetOwnerNode Source #

Arguments

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

self: A DOMStyleSheet

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getParentStyleSheet

dOMStyleSheetGetParentStyleSheet Source #

Arguments

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

self: A DOMStyleSheet

-> m DOMStyleSheet

Returns: A DOMStyleSheet

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTitle

dOMStyleSheetGetTitle Source #

Arguments

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

self: A DOMStyleSheet

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMStyleSheetSetDisabled Source #

Arguments

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

self: A DOMStyleSheet

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

disabled

No description available in the introspection data.

constructDOMStyleSheetDisabled :: IsDOMStyleSheet o => Bool -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “disabled” property. This is rarely needed directly, but it is used by new.

getDOMStyleSheetDisabled :: (MonadIO m, IsDOMStyleSheet o) => o -> m Bool Source #

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

get dOMStyleSheet #disabled

setDOMStyleSheetDisabled :: (MonadIO m, IsDOMStyleSheet o) => o -> Bool -> m () Source #

Set the value of the “disabled” property. When overloading is enabled, this is equivalent to

set dOMStyleSheet [ #disabled := value ]

href

No description available in the introspection data.

getDOMStyleSheetHref :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text) Source #

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

get dOMStyleSheet #href

media

No description available in the introspection data.

getDOMStyleSheetMedia :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe DOMMediaList) Source #

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

get dOMStyleSheet #media

ownerNode

No description available in the introspection data.

getDOMStyleSheetOwnerNode :: (MonadIO m, IsDOMStyleSheet o) => o -> m DOMNode Source #

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

get dOMStyleSheet #ownerNode

parentStyleSheet

No description available in the introspection data.

getDOMStyleSheetParentStyleSheet :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe DOMStyleSheet) Source #

Get the value of the “parent-style-sheet” property. When overloading is enabled, this is equivalent to

get dOMStyleSheet #parentStyleSheet

title

No description available in the introspection data.

getDOMStyleSheetTitle :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text) Source #

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

get dOMStyleSheet #title

type

No description available in the introspection data.

getDOMStyleSheetType :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text) Source #

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

get dOMStyleSheet #type