Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Gio.Interfaces.Initable
Description
- newtype Initable = Initable (ForeignPtr Initable)
- noInitable :: Maybe Initable
- class GObject o => InitableK o
- toInitable :: InitableK o => o -> IO Initable
- initableInit :: (MonadIO m, InitableK a, CancellableK b) => a -> Maybe b -> m ()
Exported types
Constructors
Initable (ForeignPtr Initable) |
Instances
GObject Initable Source | |
type ParentTypes Initable Source | |
type AttributeList Initable Source | |
type SignalList Initable Source |
class GObject o => InitableK o Source
Instances
(GObject o, IsDescendantOf Initable o) => InitableK o Source |
toInitable :: InitableK o => o -> IO Initable Source
Methods
initableInit
initableInit :: (MonadIO m, InitableK a, CancellableK b) => a -> Maybe b -> m () Source