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

Contents

Description

 

Synopsis

Exported types

Methods

getCssText

dOMCSSRuleGetCssText Source #

Arguments

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

self: A DOMCSSRule

-> m Text

Returns: A gchar

No description available in the introspection data.

getParentRule

dOMCSSRuleGetParentRule Source #

Arguments

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

self: A DOMCSSRule

-> m DOMCSSRule

Returns: A DOMCSSRule

No description available in the introspection data.

getParentStyleSheet

dOMCSSRuleGetParentStyleSheet Source #

Arguments

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

self: A DOMCSSRule

-> m DOMCSSStyleSheet

Returns: A DOMCSSStyleSheet

No description available in the introspection data.

setCssText

dOMCSSRuleSetCssText Source #

Arguments

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

self: A DOMCSSRule

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

Properties

cssText

parentRule

parentStyleSheet

type