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.Unions.VarIntT

Description

No description available in the introspection data.

Synopsis

Exported types

newtype VarIntT Source #

Memory-managed wrapper type.

Constructors

VarIntT (ManagedPtr VarIntT) 

Instances

Instances details
Eq VarIntT Source # 
Instance details

Defined in GI.HarfBuzz.Unions.VarIntT

Methods

(==) :: VarIntT -> VarIntT -> Bool

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

BoxedPtr VarIntT Source # 
Instance details

Defined in GI.HarfBuzz.Unions.VarIntT

Methods

boxedPtrCopy :: VarIntT -> IO VarIntT

boxedPtrFree :: VarIntT -> IO ()

CallocPtr VarIntT Source # 
Instance details

Defined in GI.HarfBuzz.Unions.VarIntT

Methods

boxedPtrCalloc :: IO (Ptr VarIntT)

ManagedPtrNewtype VarIntT Source # 
Instance details

Defined in GI.HarfBuzz.Unions.VarIntT

Methods

toManagedPtr :: VarIntT -> ManagedPtr VarIntT

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

Defined in GI.HarfBuzz.Unions.VarIntT

Methods

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

newZeroVarIntT :: MonadIO m => m VarIntT Source #

Construct a VarIntT struct initialized to zero.

Methods

Overloaded methods

Properties

i32

No description available in the introspection data.

getVarIntTI32 :: MonadIO m => VarIntT -> m Int32 Source #

Get the value of the “i32” field. When overloading is enabled, this is equivalent to

get varIntT #i32

setVarIntTI32 :: MonadIO m => VarIntT -> Int32 -> m () Source #

Set the value of the “i32” field. When overloading is enabled, this is equivalent to

set varIntT [ #i32 := value ]

u32

No description available in the introspection data.

getVarIntTU32 :: MonadIO m => VarIntT -> m Word32 Source #

Get the value of the “u32” field. When overloading is enabled, this is equivalent to

get varIntT #u32

setVarIntTU32 :: MonadIO m => VarIntT -> Word32 -> m () Source #

Set the value of the “u32” field. When overloading is enabled, this is equivalent to

set varIntT [ #u32 := value ]