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

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

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

IsGValue (Maybe UserDataKeyT) Source #

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

Instance details

Defined in GI.HarfBuzz.Structs.UserDataKeyT

Methods

gvalueGType_ :: IO GType

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

gvalueGet_ :: Ptr GValue -> IO (Maybe 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