Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype PixbufSimpleAnimIter = PixbufSimpleAnimIter (ManagedPtr PixbufSimpleAnimIter)
- class (GObject o, IsDescendantOf PixbufSimpleAnimIter o) => IsPixbufSimpleAnimIter o
- toPixbufSimpleAnimIter :: (MonadIO m, IsPixbufSimpleAnimIter o) => o -> m PixbufSimpleAnimIter
Exported types
newtype PixbufSimpleAnimIter Source #
Memory-managed wrapper type.
Instances
Eq PixbufSimpleAnimIter Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter (==) :: PixbufSimpleAnimIter -> PixbufSimpleAnimIter -> Bool # (/=) :: PixbufSimpleAnimIter -> PixbufSimpleAnimIter -> Bool # | |
IsGValue PixbufSimpleAnimIter Source # | Convert |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter toGValue :: PixbufSimpleAnimIter -> IO GValue # fromGValue :: GValue -> IO PixbufSimpleAnimIter # | |
ManagedPtrNewtype PixbufSimpleAnimIter Source # | |
TypedObject PixbufSimpleAnimIter Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter | |
GObject PixbufSimpleAnimIter Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter | |
HasParentTypes PixbufSimpleAnimIter Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter | |
type ParentTypes PixbufSimpleAnimIter Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter |
class (GObject o, IsDescendantOf PixbufSimpleAnimIter o) => IsPixbufSimpleAnimIter o Source #
Type class for types which can be safely cast to PixbufSimpleAnimIter
, for instance with toPixbufSimpleAnimIter
.
Instances
(GObject o, IsDescendantOf PixbufSimpleAnimIter o) => IsPixbufSimpleAnimIter o Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter |
toPixbufSimpleAnimIter :: (MonadIO m, IsPixbufSimpleAnimIter o) => o -> m PixbufSimpleAnimIter Source #
Cast to PixbufSimpleAnimIter
, for types for which this is known to be safe. For general casts, use castTo
.