gi-ges-1.0.4: libges bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GES.Objects.BaseXmlFormatter

Description

No description available in the introspection data.

Synopsis

Exported types

newtype BaseXmlFormatter Source #

Memory-managed wrapper type.

Constructors

BaseXmlFormatter (ManagedPtr BaseXmlFormatter) 

Instances

Instances details
Eq BaseXmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

GObject BaseXmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

ManagedPtrNewtype BaseXmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

TypedObject BaseXmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

Methods

glibType :: IO GType

HasParentTypes BaseXmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

IsGValue (Maybe BaseXmlFormatter) Source #

Convert BaseXmlFormatter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe BaseXmlFormatter -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe BaseXmlFormatter)

type ParentTypes BaseXmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

type ParentTypes BaseXmlFormatter = '[Formatter, Object, Extractable]

class (GObject o, IsDescendantOf BaseXmlFormatter o) => IsBaseXmlFormatter o Source #

Type class for types which can be safely cast to BaseXmlFormatter, for instance with toBaseXmlFormatter.

Instances

Instances details
(GObject o, IsDescendantOf BaseXmlFormatter o) => IsBaseXmlFormatter o Source # 
Instance details

Defined in GI.GES.Objects.BaseXmlFormatter

toBaseXmlFormatter :: (MonadIO m, IsBaseXmlFormatter o) => o -> m BaseXmlFormatter Source #

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

Methods