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

GI.Cairo.Structs.Matrix

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Matrix Source #

Memory-managed wrapper type.

Constructors

Matrix (ManagedPtr Matrix) 

Instances

Instances details
Eq Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

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

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

GBoxed Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

ManagedPtrNewtype Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

toManagedPtr :: Matrix -> ManagedPtr Matrix

TypedObject Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

glibType :: IO GType

HasParentTypes Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

IsGValue (Maybe Matrix) Source #

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

Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

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

Methods