gi-harfbuzz-0.0.2: 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.UserDataKeyT

Description

No description available in the introspection data.

Synopsis

Exported types

newtype UserDataKeyT Source #

Memory-managed wrapper type.

Constructors

UserDataKeyT (ManagedPtr UserDataKeyT) 

Instances

Instances details
Eq UserDataKeyT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

Methods

(==) :: UserDataKeyT -> UserDataKeyT -> Bool

(/=) :: UserDataKeyT -> UserDataKeyT -> Bool

GBoxed UserDataKeyT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

ManagedPtrNewtype UserDataKeyT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

Methods

toManagedPtr :: UserDataKeyT -> ManagedPtr UserDataKeyT

TypedObject UserDataKeyT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

Methods

glibType :: IO GType

IsGValue UserDataKeyT Source #

Convert UserDataKeyT to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

Methods

toGValue :: UserDataKeyT -> IO GValue

fromGValue :: GValue -> IO UserDataKeyT

HasParentTypes UserDataKeyT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

tag ~ 'AttrSet => Constructible UserDataKeyT tag Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

Methods

new :: MonadIO m => (ManagedPtr UserDataKeyT -> UserDataKeyT) -> [AttrOp UserDataKeyT tag] -> m UserDataKeyT

type ParentTypes UserDataKeyT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

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

newZeroUserDataKeyT :: MonadIO m => m UserDataKeyT Source #

Construct a UserDataKeyT struct initialized to zero.

Methods

Overloaded methods