| 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.IntRange
Contents
Description
A fundamental type that describes a gint range
Synopsis
- newtype IntRange = IntRange (ManagedPtr IntRange)
- class (BoxedPtr o, TypedObject o, IsDescendantOf IntRange o) => IsIntRange o
- toIntRange :: (MonadIO m, IsIntRange o) => o -> m IntRange
Exported types
Memory-managed wrapper type.
Instances
| Eq IntRange Source # | |
| BoxedPtr IntRange Source # | |
Defined in GI.Gst.Objects.IntRange | |
| ManagedPtrNewtype IntRange Source # | |
Defined in GI.Gst.Objects.IntRange Methods toManagedPtr :: IntRange -> ManagedPtr IntRange | |
| TypedObject IntRange Source # | |
Defined in GI.Gst.Objects.IntRange | |
| HasParentTypes IntRange Source # | |
Defined in GI.Gst.Objects.IntRange | |
| type ParentTypes IntRange Source # | |
Defined in GI.Gst.Objects.IntRange | |
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
| (BoxedPtr o, TypedObject o, IsDescendantOf IntRange o) => IsIntRange o Source # | |
Defined in GI.Gst.Objects.IntRange | |
toIntRange :: (MonadIO m, IsIntRange o) => o -> m IntRange Source #