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.

  1. newZeroVarNumT :: MonadIO m => m VarNumT

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

    Construct a VarNumT struct initialized to zero.

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. type C_ClassEnumeratePropertiesFunction = Ptr Class -> Ptr Context -> Ptr () -> IO Ptr CString

    gi-javascriptcore6 GI.JavaScriptCore.Callbacks

    Type for the callback on the (unwrapped) C side.

  6. 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.

  7. dynamic_ClassEnumeratePropertiesFunction :: (HasCallStack, MonadIO m, IsClass a, IsContext b) => FunPtr C_ClassEnumeratePropertiesFunction -> a -> b -> Ptr () -> m (Maybe [Text])

    gi-javascriptcore6 GI.JavaScriptCore.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  8. genClosure_ClassEnumeratePropertiesFunction :: MonadIO m => ClassEnumeratePropertiesFunction -> m (GClosure C_ClassEnumeratePropertiesFunction)

    gi-javascriptcore6 GI.JavaScriptCore.Callbacks

    Wrap the callback into a GClosure.

  9. mk_ClassEnumeratePropertiesFunction :: C_ClassEnumeratePropertiesFunction -> IO (FunPtr C_ClassEnumeratePropertiesFunction)

    gi-javascriptcore6 GI.JavaScriptCore.Callbacks

    Generate a function pointer callable from C code, from a C_ClassEnumeratePropertiesFunction.

  10. noClassEnumeratePropertiesFunction :: Maybe ClassEnumeratePropertiesFunction

    gi-javascriptcore6 GI.JavaScriptCore.Callbacks

    A convenience synonym for Nothing :: Maybe ClassEnumeratePropertiesFunction.

Page 473 of many | Previous | Next