gi-ggit-1.0.2: libgit2-glib 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.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) 

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.