gi-webkit-3.0.9: 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.DOMStyleMedia

Contents

Description

 

Synopsis

Exported types

newtype DOMStyleMedia Source #

Constructors

DOMStyleMedia (ManagedPtr DOMStyleMedia) 

Instances

GObject DOMStyleMedia Source # 
IsObject DOMStyleMedia Source # 
IsDOMStyleMedia DOMStyleMedia Source # 
IsDOMObject DOMStyleMedia Source # 
((~) * info (ResolveDOMStyleMediaMethod t DOMStyleMedia), MethodInfo * info DOMStyleMedia p) => IsLabel t (DOMStyleMedia -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMStyleMedia -> p #

((~) * info (ResolveDOMStyleMediaMethod t DOMStyleMedia), MethodInfo * info DOMStyleMedia p) => IsLabelProxy t (DOMStyleMedia -> p) Source # 
HasAttributeList * DOMStyleMedia Source # 
type SignalList DOMStyleMedia Source # 
type SignalList DOMStyleMedia
type AttributeList DOMStyleMedia Source # 
type AttributeList DOMStyleMedia

class GObject o => IsDOMStyleMedia o Source #

Instances

(GObject a, UnknownAncestorError Constraint DOMStyleMedia a) => IsDOMStyleMedia a Source # 
IsDOMStyleMedia DOMStyleMedia Source # 

Methods

matchMedium

data DOMStyleMediaMatchMediumMethodInfo Source #

Instances

((~) * signature (Text -> m Bool), MonadIO m, IsDOMStyleMedia a) => MethodInfo * DOMStyleMediaMatchMediumMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMStyleMediaMatchMediumMethodInfo a -> signature -> s

Properties

type

data DOMStyleMediaTypePropertyInfo Source #

Instances

AttrInfo DOMStyleMediaTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleMediaTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleMediaTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo :: * -> Constraint

type AttrGetType DOMStyleMediaTypePropertyInfo :: *

type AttrLabel DOMStyleMediaTypePropertyInfo :: Symbol

type AttrOrigin DOMStyleMediaTypePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo o => Proxy * DOMStyleMediaTypePropertyInfo -> o -> IO (AttrGetType DOMStyleMediaTypePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo o, AttrSetTypeConstraint DOMStyleMediaTypePropertyInfo b) => Proxy * DOMStyleMediaTypePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo o => Proxy * DOMStyleMediaTypePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo o, AttrSetTypeConstraint DOMStyleMediaTypePropertyInfo b) => Proxy * DOMStyleMediaTypePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMStyleMediaTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMStyleMediaTypePropertyInfo = * ~ ()
type AttrOrigin DOMStyleMediaTypePropertyInfo Source # 
type AttrLabel DOMStyleMediaTypePropertyInfo Source # 
type AttrLabel DOMStyleMediaTypePropertyInfo = "type"
type AttrGetType DOMStyleMediaTypePropertyInfo Source # 
type AttrGetType DOMStyleMediaTypePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleMediaTypePropertyInfo = IsDOMStyleMedia
type AttrAllowedOps DOMStyleMediaTypePropertyInfo Source # 
type AttrAllowedOps DOMStyleMediaTypePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMStyleMediaType :: AttrLabelProxy "type" Source #