Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newZeroVarNumT :: MonadIO m => m VarNumTgi-harfbuzz GI.HarfBuzz.Unions.VarNumT Construct a VarNumT struct initialized to zero.
setVarNumTF :: MonadIO m => VarNumT -> Float -> m ()gi-harfbuzz GI.HarfBuzz.Unions.VarNumT Set the value of the “f” field. When overloading is enabled, this is equivalent to
set varNumT [ #f := value ]
setVarNumTI32 :: MonadIO m => VarNumT -> Int32 -> m ()gi-harfbuzz GI.HarfBuzz.Unions.VarNumT Set the value of the “i32” field. When overloading is enabled, this is equivalent to
set varNumT [ #i32 := value ]
setVarNumTU32 :: MonadIO m => VarNumT -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Unions.VarNumT Set the value of the “u32” field. When overloading is enabled, this is equivalent to
set varNumT [ #u32 := value ]
type
C_ClassEnumeratePropertiesFunction = Ptr Class -> Ptr Context -> Ptr () -> IO Ptr CStringgi-javascriptcore6 GI.JavaScriptCore.Callbacks Type for the callback on the (unwrapped) C side.
type
ClassEnumeratePropertiesFunction = Class -> Context -> Ptr () -> IO Maybe [Text]gi-javascriptcore6 GI.JavaScriptCore.Callbacks The type of enumerate_properties in ClassVTable. This is only required when you need to handle external properties not added to the prototype.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Wrap the callback into a GClosure.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Generate a function pointer callable from C code, from a C_ClassEnumeratePropertiesFunction.
noClassEnumeratePropertiesFunction :: Maybe ClassEnumeratePropertiesFunctiongi-javascriptcore6 GI.JavaScriptCore.Callbacks A convenience synonym for Nothing :: Maybe ClassEnumeratePropertiesFunction.