gi-webkit-3.0.14: WebKit 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.WebKit.Objects.DOMCSSStyleSheet

Contents

Description

 

Synopsis

Exported types

Methods

addRule

dOMCSSStyleSheetAddRule Source #

Arguments

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

self: A DOMCSSStyleSheet

-> Text

selector: A gchar

-> Text

style: A gchar

-> CULong

index: A gulong

-> m CLong

Returns: A glong (Can throw GError)

No description available in the introspection data.

deleteRule

dOMCSSStyleSheetDeleteRule Source #

Arguments

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

self: A DOMCSSStyleSheet

-> CULong

index: A gulong

-> m ()

(Can throw GError)

No description available in the introspection data.

getCssRules

dOMCSSStyleSheetGetCssRules Source #

Arguments

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

self: A DOMCSSStyleSheet

-> m DOMCSSRuleList

Returns: A DOMCSSRuleList

No description available in the introspection data.

getOwnerRule

dOMCSSStyleSheetGetOwnerRule Source #

Arguments

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

self: A DOMCSSStyleSheet

-> m DOMCSSRule

Returns: A DOMCSSRule

No description available in the introspection data.

getRules

dOMCSSStyleSheetGetRules Source #

Arguments

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

self: A DOMCSSStyleSheet

-> m DOMCSSRuleList

Returns: A DOMCSSRuleList

No description available in the introspection data.

insertRule

dOMCSSStyleSheetInsertRule Source #

Arguments

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

self: A DOMCSSStyleSheet

-> Text

rule: A gchar

-> CULong

index: A gulong

-> m CULong

Returns: A gulong (Can throw GError)

No description available in the introspection data.

removeRule

dOMCSSStyleSheetRemoveRule Source #

Arguments

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

self: A DOMCSSStyleSheet

-> CULong

index: A gulong

-> m ()

(Can throw GError)

No description available in the introspection data.

Properties

cssRules

ownerRule

rules