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

Contents

Description

 

Synopsis

Exported types

newtype DOMMediaQueryList Source #

Constructors

DOMMediaQueryList (ManagedPtr DOMMediaQueryList) 

Instances

GObject DOMMediaQueryList Source # 
IsObject DOMMediaQueryList Source # 
IsDOMObject DOMMediaQueryList Source # 
IsDOMMediaQueryList DOMMediaQueryList Source # 
((~) * info (ResolveDOMMediaQueryListMethod t DOMMediaQueryList), MethodInfo * info DOMMediaQueryList p) => IsLabel t (DOMMediaQueryList -> p) Source # 
((~) * info (ResolveDOMMediaQueryListMethod t DOMMediaQueryList), MethodInfo * info DOMMediaQueryList p) => IsLabelProxy t (DOMMediaQueryList -> p) Source # 
HasAttributeList * DOMMediaQueryList Source # 
type SignalList DOMMediaQueryList Source # 
type SignalList DOMMediaQueryList
type AttributeList DOMMediaQueryList Source # 
type AttributeList DOMMediaQueryList

class GObject o => IsDOMMediaQueryList o Source #

Methods

getMatches

data DOMMediaQueryListGetMatchesMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMMediaQueryList a) => MethodInfo * DOMMediaQueryListGetMatchesMethodInfo a signature Source # 

Methods

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

getMedia

data DOMMediaQueryListGetMediaMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMMediaQueryList a) => MethodInfo * DOMMediaQueryListGetMediaMethodInfo a signature Source # 

Methods

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

Properties

matches

data DOMMediaQueryListMatchesPropertyInfo Source #

Instances

AttrInfo DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrSetTypeConstraint DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrSetTypeConstraint DOMMediaQueryListMatchesPropertyInfo = * ~ ()
type AttrOrigin DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrLabel DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrLabel DOMMediaQueryListMatchesPropertyInfo = "matches"
type AttrGetType DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrAllowedOps DOMMediaQueryListMatchesPropertyInfo Source # 
type AttrAllowedOps DOMMediaQueryListMatchesPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMMediaQueryListMatches :: AttrLabelProxy "matches" Source #

media

data DOMMediaQueryListMediaPropertyInfo Source #

Instances

AttrInfo DOMMediaQueryListMediaPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMMediaQueryListMediaPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMMediaQueryListMediaPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMMediaQueryListMediaPropertyInfo :: * -> Constraint

type AttrGetType DOMMediaQueryListMediaPropertyInfo :: *

type AttrLabel DOMMediaQueryListMediaPropertyInfo :: Symbol

type AttrOrigin DOMMediaQueryListMediaPropertyInfo :: *

type AttrSetTypeConstraint DOMMediaQueryListMediaPropertyInfo Source # 
type AttrSetTypeConstraint DOMMediaQueryListMediaPropertyInfo = * ~ ()
type AttrOrigin DOMMediaQueryListMediaPropertyInfo Source # 
type AttrLabel DOMMediaQueryListMediaPropertyInfo Source # 
type AttrLabel DOMMediaQueryListMediaPropertyInfo = "media"
type AttrGetType DOMMediaQueryListMediaPropertyInfo Source # 
type AttrBaseTypeConstraint DOMMediaQueryListMediaPropertyInfo Source # 
type AttrAllowedOps DOMMediaQueryListMediaPropertyInfo Source # 
type AttrAllowedOps DOMMediaQueryListMediaPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMMediaQueryListMedia :: AttrLabelProxy "media" Source #