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.XmlFormatter

Description

No description available in the introspection data.

Synopsis

Exported types

newtype XmlFormatter Source #

Memory-managed wrapper type.

Constructors

XmlFormatter (ManagedPtr XmlFormatter) 

Instances

Instances details
Eq XmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

GObject XmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

ManagedPtrNewtype XmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

Methods

toManagedPtr :: XmlFormatter -> ManagedPtr XmlFormatter

TypedObject XmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

Methods

glibType :: IO GType

HasParentTypes XmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

IsGValue (Maybe XmlFormatter) Source #

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

Instance details

Defined in GI.GES.Objects.XmlFormatter

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes XmlFormatter Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

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

class (GObject o, IsDescendantOf XmlFormatter o) => IsXmlFormatter o Source #

Type class for types which can be safely cast to XmlFormatter, for instance with toXmlFormatter.

Instances

Instances details
(GObject o, IsDescendantOf XmlFormatter o) => IsXmlFormatter o Source # 
Instance details

Defined in GI.GES.Objects.XmlFormatter

toXmlFormatter :: (MonadIO m, IsXmlFormatter o) => o -> m XmlFormatter Source #

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

Methods