Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.GObject.Structs.TypeInstance
Contents
Description
An opaque structure used as the base of all type instances.
Synopsis
- newtype TypeInstance = TypeInstance (ManagedPtr TypeInstance)
- newZeroTypeInstance :: MonadIO m => m TypeInstance
- type family ResolveTypeInstanceMethod (t :: Symbol) o where ...
- data TypeInstanceGetPrivateMethodInfo
- typeInstanceGetPrivate :: (HasCallStack, MonadIO m) => TypeInstance -> GType -> m (Ptr ())
Exported types
newtype TypeInstance Source #
Memory-managed wrapper type.
Constructors
TypeInstance (ManagedPtr TypeInstance) |
Instances
newZeroTypeInstance :: MonadIO m => m TypeInstance Source #
Construct a TypeInstance
struct initialized to zero.
Methods
Click to display all available methods, including inherited ones
type family ResolveTypeInstanceMethod (t :: Symbol) o where ... Source #
Equations
ResolveTypeInstanceMethod "getPrivate" o = TypeInstanceGetPrivateMethodInfo | |
ResolveTypeInstanceMethod l o = MethodResolutionFailed l o :: Type |
getPrivate
data TypeInstanceGetPrivateMethodInfo Source #
Instances
(signature ~ (GType -> m (Ptr ())), MonadIO m) => OverloadedMethod TypeInstanceGetPrivateMethodInfo TypeInstance signature Source # | |
Defined in GI.GObject.Structs.TypeInstance Methods overloadedMethod :: TypeInstance -> signature # | |
OverloadedMethodInfo TypeInstanceGetPrivateMethodInfo TypeInstance Source # | |
Defined in GI.GObject.Structs.TypeInstance Methods |
typeInstanceGetPrivate :: (HasCallStack, MonadIO m) => TypeInstance -> GType -> m (Ptr ()) Source #
No description available in the introspection data.