| 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 Source | |
| ((~) * info (ResolveInitableMethod t Initable), MethodInfo * info Initable p) => IsLabel t (Initable -> p) Source | |
| ((~) * info (ResolveInitableMethod t Initable), MethodInfo * info Initable p) => IsLabelProxy t (Initable -> p) 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
data InitableInitMethodInfo Source
Instances
| ((~) (TYPE Lifted) signature (Maybe b -> m ()), MonadIO m, InitableK a, CancellableK b) => MethodInfo (TYPE Lifted) InitableInitMethodInfo a signature Source | |
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