gi-cairo-1.0.23: Cairo bindings

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

GI.Cairo.Structs.Context

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Context Source #

Memory-managed wrapper type.

Constructors

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

Defined in GI.Cairo.Structs.Context

Methods

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

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

BoxedObject Context Source # 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

boxedType :: Context -> IO GType

IsGValue Context Source #

Convert Context to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Cairo.Structs.Context

Methods

toGValue :: Context -> IO GValue

fromGValue :: GValue -> IO Context

noContext :: Maybe Context Source #

A convenience alias for Nothing :: Maybe Context.

Methods

Overloaded methods