gi-harfbuzz-0.0.3: HarfBuzz bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

Methods

toManagedPtr :: SetT -> ManagedPtr SetT

TypedObject SetT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.SetT

Methods

glibType :: IO GType

IsGValue SetT Source #

Convert SetT to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.HarfBuzz.Structs.SetT

Methods

toGValue :: SetT -> IO GValue

fromGValue :: GValue -> IO SetT

HasParentTypes SetT Source # 
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

Overloaded methods