gi-ggit-1.0.8: libgit2-glib bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Ggit.Objects.ObjectFactoryBase

Contents

Description

Represents the base type for objects created by an object factory.

Synopsis

Exported types

newtype ObjectFactoryBase Source #

Memory-managed wrapper type.

Constructors

ObjectFactoryBase (ManagedPtr ObjectFactoryBase) 
Instances
Eq ObjectFactoryBase Source # 
Instance details

Defined in GI.Ggit.Objects.ObjectFactoryBase

GObject ObjectFactoryBase Source # 
Instance details

Defined in GI.Ggit.Objects.ObjectFactoryBase

Methods

gobjectType :: IO GType

IsGValue ObjectFactoryBase Source #

Convert ObjectFactoryBase to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Ggit.Objects.ObjectFactoryBase

Methods

toGValue :: ObjectFactoryBase -> IO GValue

fromGValue :: GValue -> IO ObjectFactoryBase

HasParentTypes ObjectFactoryBase Source # 
Instance details

Defined in GI.Ggit.Objects.ObjectFactoryBase

type ParentTypes ObjectFactoryBase Source # 
Instance details

Defined in GI.Ggit.Objects.ObjectFactoryBase

type ParentTypes ObjectFactoryBase = Object ': ([] :: [Type])

class (GObject o, IsDescendantOf ObjectFactoryBase o) => IsObjectFactoryBase o Source #

Type class for types which can be safely cast to ObjectFactoryBase, for instance with toObjectFactoryBase.

Instances
(GObject o, IsDescendantOf ObjectFactoryBase o) => IsObjectFactoryBase o Source # 
Instance details

Defined in GI.Ggit.Objects.ObjectFactoryBase

toObjectFactoryBase :: (MonadIO m, IsObjectFactoryBase o) => o -> m ObjectFactoryBase Source #

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

noObjectFactoryBase :: Maybe ObjectFactoryBase Source #

A convenience alias for Nothing :: Maybe ObjectFactoryBase.

Methods

Overloaded methods