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 |
- newtype InitiallyUnowned = InitiallyUnowned (ForeignPtr InitiallyUnowned)
- class GObject o => InitiallyUnownedK o
- toInitiallyUnowned :: InitiallyUnownedK o => o -> IO InitiallyUnowned
- noInitiallyUnowned :: Maybe InitiallyUnowned
Exported types
newtype InitiallyUnowned Source
GObject InitiallyUnowned | |
((~) * info (ResolveInitiallyUnownedMethod t InitiallyUnowned), MethodInfo * info InitiallyUnowned p) => IsLabelProxy t (InitiallyUnowned -> p) | |
type ParentTypes InitiallyUnowned | |
type AttributeList InitiallyUnowned | |
type SignalList InitiallyUnowned |
class GObject o => InitiallyUnownedK o Source
(GObject o, IsDescendantOf InitiallyUnowned o) => InitiallyUnownedK o |
toInitiallyUnowned :: InitiallyUnownedK o => o -> IO InitiallyUnowned Source