| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Gst.Objects.Int64Range
Contents
Description
A fundamental type that describes a gint64 range
Synopsis
- newtype Int64Range = Int64Range (ManagedPtr Int64Range)
- class (BoxedPtr o, TypedObject o, IsDescendantOf Int64Range o) => IsInt64Range o
- toInt64Range :: (MonadIO m, IsInt64Range o) => o -> m Int64Range
Exported types
newtype Int64Range Source #
Memory-managed wrapper type.
Constructors
| Int64Range (ManagedPtr Int64Range) |
Instances
| Eq Int64Range Source # | |
Defined in GI.Gst.Objects.Int64Range | |
| BoxedPtr Int64Range Source # | |
Defined in GI.Gst.Objects.Int64Range | |
| ManagedPtrNewtype Int64Range Source # | |
Defined in GI.Gst.Objects.Int64Range Methods toManagedPtr :: Int64Range -> ManagedPtr Int64Range | |
| TypedObject Int64Range Source # | |
Defined in GI.Gst.Objects.Int64Range | |
| HasParentTypes Int64Range Source # | |
Defined in GI.Gst.Objects.Int64Range | |
| type ParentTypes Int64Range Source # | |
Defined in GI.Gst.Objects.Int64Range | |
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
| (BoxedPtr o, TypedObject o, IsDescendantOf Int64Range o) => IsInt64Range o Source # | |
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.