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

GI.Gst.Objects.IntRange

Description

A fundamental type that describes a gint range

Synopsis

Exported types

newtype IntRange Source #

Memory-managed wrapper type.

Constructors

IntRange (ManagedPtr IntRange) 

Instances

Instances details
Eq IntRange Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

BoxedPtr IntRange Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

ManagedPtrNewtype IntRange Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

Methods

toManagedPtr :: IntRange -> ManagedPtr IntRange

TypedObject IntRange Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

Methods

glibType :: IO GType

HasParentTypes IntRange Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

type ParentTypes IntRange Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

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

class (BoxedPtr o, TypedObject o, IsDescendantOf IntRange o) => IsIntRange o Source #

Type class for types which can be safely cast to IntRange, for instance with toIntRange.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf IntRange o) => IsIntRange o Source # 
Instance details

Defined in GI.Gst.Objects.IntRange

toIntRange :: (MonadIO m, IsIntRange o) => o -> m IntRange Source #

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

Methods