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

GI.Gst.Objects.IntRange

Description

No description available in the introspection data.

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

Methods

(==) :: IntRange -> IntRange -> Bool

(/=) :: IntRange -> IntRange -> Bool

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

Overloaded methods