gi-cairo-1.0.25: Cairo bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Cairo.Structs.Context

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Context Source #

Memory-managed wrapper type.

Constructors

Context (ManagedPtr Context) 

Instances

Instances details
Eq Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

(==) :: Context -> Context -> Bool #

(/=) :: Context -> Context -> Bool #

GBoxed Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

ManagedPtrNewtype Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

toManagedPtr :: Context -> ManagedPtr Context

TypedObject Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

glibType :: IO GType

HasParentTypes Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

IsGValue (Maybe Context) Source #

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

Instance details

Defined in GI.Cairo.Structs.Context

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

type ParentTypes Context = '[] :: [Type]

Methods