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

Description

A fundamental type that describes a gint64 range

Synopsis

Exported types

newtype Int64Range Source #

Memory-managed wrapper type.

Constructors

Int64Range (ManagedPtr Int64Range) 

Instances

Instances details
Eq Int64Range Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

BoxedPtr Int64Range Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

ManagedPtrNewtype Int64Range Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

Methods

toManagedPtr :: Int64Range -> ManagedPtr Int64Range

TypedObject Int64Range Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

Methods

glibType :: IO GType

HasParentTypes Int64Range Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

type ParentTypes Int64Range Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

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

class (BoxedPtr o, TypedObject o, IsDescendantOf Int64Range o) => IsInt64Range o Source #

Type class for types which can be safely cast to Int64Range, for instance with toInt64Range.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf Int64Range o) => IsInt64Range o Source # 
Instance details

Defined in GI.Gst.Objects.Int64Range

toInt64Range :: (MonadIO m, IsInt64Range o) => o -> m Int64Range Source #

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

Methods