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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Device Source #

Memory-managed wrapper type.

Constructors

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

Defined in GI.Cairo.Structs.Device

Methods

(==) :: Device -> Device -> Bool

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

BoxedObject Device Source # 
Instance details

Defined in GI.Cairo.Structs.Device

Methods

boxedType :: Device -> IO GType

IsGValue Device Source #

Convert Device to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Cairo.Structs.Device

Methods

toGValue :: Device -> IO GValue

fromGValue :: GValue -> IO Device

noDevice :: Maybe Device Source #

A convenience alias for Nothing :: Maybe Device.

Methods

Overloaded methods