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.Structs.TypeInstance
Contents
Description
An opaque structure used as the base of all type instances.
- newtype TypeInstance = TypeInstance (ManagedPtr TypeInstance)
- newZeroTypeInstance :: MonadIO m => m TypeInstance
- noTypeInstance :: Maybe TypeInstance
- data TypeInstanceGetPrivateMethodInfo
- typeInstanceGetPrivate :: (HasCallStack, MonadIO m) => TypeInstance -> GType -> m (Ptr ())
Exported types
newtype TypeInstance Source #
Constructors
TypeInstance (ManagedPtr TypeInstance) |
Instances
WrappedPtr TypeInstance Source # | |
(~) AttrOpTag tag AttrSet => Constructible TypeInstance tag Source # | |
((~) * info (ResolveTypeInstanceMethod t TypeInstance), MethodInfo * info TypeInstance p) => IsLabel t (TypeInstance -> p) Source # | |
((~) * info (ResolveTypeInstanceMethod t TypeInstance), MethodInfo * info TypeInstance p) => IsLabelProxy t (TypeInstance -> p) Source # | |
HasAttributeList * TypeInstance Source # | |
((~) * signature (GType -> m (Ptr ())), MonadIO m) => MethodInfo * TypeInstanceGetPrivateMethodInfo TypeInstance signature Source # | |
type AttributeList TypeInstance Source # | |
newZeroTypeInstance :: MonadIO m => m TypeInstance Source #
Construct a TypeInstance
struct initialized to zero.
Methods
getPrivate
data TypeInstanceGetPrivateMethodInfo Source #
Instances
((~) * signature (GType -> m (Ptr ())), MonadIO m) => MethodInfo * TypeInstanceGetPrivateMethodInfo TypeInstance signature Source # | |
typeInstanceGetPrivate :: (HasCallStack, MonadIO m) => TypeInstance -> GType -> m (Ptr ()) Source #
No description available in the introspection data.