Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. drop_closures_DataForeachFunc :: DataForeachFunc -> DataForeachFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A simple wrapper that ignores the closure arguments.

  2. dynamic_DataForeachFunc :: (HasCallStack, MonadIO m) => FunPtr C_DataForeachFunc -> Word32 -> Ptr () -> Ptr () -> m ()

    gi-glib GI.GLib.Callbacks

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

  3. dynamic_NodeForeachFunc :: (HasCallStack, MonadIO m) => FunPtr C_NodeForeachFunc -> Node -> Ptr () -> m ()

    gi-glib GI.GLib.Callbacks

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

  4. genClosure_DataForeachFunc :: MonadIO m => DataForeachFunc -> m (GClosure C_DataForeachFunc)

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

  5. genClosure_NodeForeachFunc :: MonadIO m => NodeForeachFunc -> m (GClosure C_NodeForeachFunc)

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

  6. mk_DataForeachFunc :: C_DataForeachFunc -> IO (FunPtr C_DataForeachFunc)

    gi-glib GI.GLib.Callbacks

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

  7. mk_NodeForeachFunc :: C_NodeForeachFunc -> IO (FunPtr C_NodeForeachFunc)

    gi-glib GI.GLib.Callbacks

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

  8. noDataForeachFunc :: Maybe DataForeachFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe DataForeachFunc.

  9. noDataForeachFunc_WithClosures :: Maybe DataForeachFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe DataForeachFunc_WithClosures.

  10. noNodeForeachFunc :: Maybe NodeForeachFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe NodeForeachFunc.

Page 526 of many | Previous | Next