| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.HarfBuzz.Structs.SetT
Contents
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
- newtype SetT = SetT (ManagedPtr SetT)
Exported types
Memory-managed wrapper type.
Constructors
| SetT (ManagedPtr SetT) |
Instances
| Eq SetT Source # | |
| GBoxed SetT Source # | |
Defined in GI.HarfBuzz.Structs.SetT | |
| ManagedPtrNewtype SetT Source # | |
Defined in GI.HarfBuzz.Structs.SetT Methods toManagedPtr :: SetT -> ManagedPtr SetT # | |
| TypedObject SetT Source # | |
Defined in GI.HarfBuzz.Structs.SetT | |
| HasParentTypes SetT Source # | |
Defined in GI.HarfBuzz.Structs.SetT | |
| IsGValue (Maybe SetT) Source # | Convert |
Defined in GI.HarfBuzz.Structs.SetT Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe SetT -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe SetT) # | |
| type ParentTypes SetT Source # | |
Defined in GI.HarfBuzz.Structs.SetT type ParentTypes SetT = '[] :: [Type] | |