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.GObject.Objects.InitiallyUnowned
Contents
Description
All the fields in the GInitiallyUnowned structure
are private to the InitiallyUnowned
implementation and should never be
accessed directly.
- newtype InitiallyUnowned = InitiallyUnowned (ManagedPtr InitiallyUnowned)
- class GObject o => IsInitiallyUnowned o
- toInitiallyUnowned :: (MonadIO m, IsInitiallyUnowned o) => o -> m InitiallyUnowned
- noInitiallyUnowned :: Maybe InitiallyUnowned
Exported types
newtype InitiallyUnowned Source #
Constructors
InitiallyUnowned (ManagedPtr InitiallyUnowned) |
class GObject o => IsInitiallyUnowned o Source #
Instances
toInitiallyUnowned :: (MonadIO m, IsInitiallyUnowned o) => o -> m InitiallyUnowned Source #