gi-gst-1.0.24: GStreamer bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gst.Objects.DoubleRange

Description

A fundamental type that describes a gdouble range

Synopsis

Exported types

newtype DoubleRange Source #

Memory-managed wrapper type.

Constructors

DoubleRange (ManagedPtr DoubleRange) 

Instances

Instances details
Eq DoubleRange Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

BoxedPtr DoubleRange Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

ManagedPtrNewtype DoubleRange Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

Methods

toManagedPtr :: DoubleRange -> ManagedPtr DoubleRange

TypedObject DoubleRange Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

Methods

glibType :: IO GType

HasParentTypes DoubleRange Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

type ParentTypes DoubleRange Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

type ParentTypes DoubleRange = '[] :: [Type]

class (BoxedPtr o, TypedObject o, IsDescendantOf DoubleRange o) => IsDoubleRange o Source #

Type class for types which can be safely cast to DoubleRange, for instance with toDoubleRange.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf DoubleRange o) => IsDoubleRange o Source # 
Instance details

Defined in GI.Gst.Objects.DoubleRange

toDoubleRange :: (MonadIO m, IsDoubleRange o) => o -> m DoubleRange Source #

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

Methods