gi-gobject-2.0.16: GObject bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

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.

Synopsis

Exported types

class GObject o => IsInitiallyUnowned o Source #

Type class for types which can be safely cast to InitiallyUnowned, for instance with toInitiallyUnowned.

toInitiallyUnowned :: (MonadIO m, IsInitiallyUnowned o) => o -> m InitiallyUnowned Source #

Cast to InitiallyUnowned, for types for which this is known to be safe. For general casts, use castTo.