| 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
 - data InitableInitMethodInfo
 - initableInit :: (MonadIO m, InitableK a, CancellableK b) => a -> Maybe b -> m ()
 - initableNewv :: (MonadIO m, CancellableK a) => GType -> [Parameter] -> Maybe a -> m Object
 
Exported types
Constructors
| Initable (ForeignPtr Initable) | 
Instances
| GObject Initable | |
| ((~) * info (ResolveInitableMethod t Initable), MethodInfo * info Initable p) => IsLabelProxy t (Initable -> p) | |
| type ParentTypes Initable | |
| type AttributeList Initable | |
| type SignalList Initable | 
toInitable :: InitableK o => o -> IO Initable Source
Methods
initableInit
data InitableInitMethodInfo Source
Instances
| ((~) * signature (Maybe b -> m ()), MonadIO m, InitableK a, CancellableK b) => MethodInfo * InitableInitMethodInfo a signature | 
initableInit :: (MonadIO m, InitableK a, CancellableK b) => a -> Maybe b -> m () Source
initableNewv
initableNewv :: (MonadIO m, CancellableK a) => GType -> [Parameter] -> Maybe a -> m Object Source