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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Region Source #

Memory-managed wrapper type.

Constructors

Region (ManagedPtr Region) 

Instances

Instances details
Eq Region Source # 
Instance details

Defined in GI.Cairo.Structs.Region

Methods

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

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

GBoxed Region Source # 
Instance details

Defined in GI.Cairo.Structs.Region

ManagedPtrNewtype Region Source # 
Instance details

Defined in GI.Cairo.Structs.Region

Methods

toManagedPtr :: Region -> ManagedPtr Region

TypedObject Region Source # 
Instance details

Defined in GI.Cairo.Structs.Region

Methods

glibType :: IO GType

HasParentTypes Region Source # 
Instance details

Defined in GI.Cairo.Structs.Region

IsGValue (Maybe Region) Source #

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

Instance details

Defined in GI.Cairo.Structs.Region

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes Region Source # 
Instance details

Defined in GI.Cairo.Structs.Region

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

Methods