gi-harfbuzz-0.0.5: HarfBuzz bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.HarfBuzz.Structs.SetT

Description

Data type for holding a set of integers. SetT's are used to gather and contain glyph IDs, Unicode code points, and various other collections of discrete values.

Synopsis

Exported types

newtype SetT Source #

Memory-managed wrapper type.

Constructors

SetT (ManagedPtr SetT) 

Instances

Instances details
Eq SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

Methods

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

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

GBoxed SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

ManagedPtrNewtype SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

TypedObject SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

Methods

glibType :: IO GType #

HasParentTypes SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

IsGValue (Maybe SetT) Source #

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

Instance details

Defined in GI.HarfBuzz.Structs.SetT

type ParentTypes SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

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

Methods