gi-gobject-2.0.25: GObject bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GObject.Structs.TypeInstance

Description

An opaque structure used as the base of all type instances.

Synopsis

Exported types

newtype TypeInstance Source #

Memory-managed wrapper type.

Constructors

TypeInstance (ManagedPtr TypeInstance) 

Instances

Instances details
Eq TypeInstance Source # 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

(==) :: TypeInstance -> TypeInstance -> Bool

(/=) :: TypeInstance -> TypeInstance -> Bool

BoxedPtr TypeInstance Source # 
Instance details

Defined in GI.GObject.Structs.TypeInstance

CallocPtr TypeInstance Source # 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

boxedPtrCalloc :: IO (Ptr TypeInstance)

ManagedPtrNewtype TypeInstance Source # 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

toManagedPtr :: TypeInstance -> ManagedPtr TypeInstance

tag ~ 'AttrSet => Constructible TypeInstance tag Source # 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

new :: MonadIO m => (ManagedPtr TypeInstance -> TypeInstance) -> [AttrOp TypeInstance tag] -> m TypeInstance

newZeroTypeInstance :: MonadIO m => m TypeInstance Source #

Construct a TypeInstance struct initialized to zero.

Methods

Overloaded methods

getPrivate

typeInstanceGetPrivate :: (HasCallStack, MonadIO m) => TypeInstance -> GType -> m (Ptr ()) Source #

No description available in the introspection data.