Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. type DataForeachFunc_WithClosures = Word32 -> Ptr () -> Ptr () -> IO ()

    gi-glib GI.GLib.Callbacks

    Specifies the type of function passed to datasetForeach. It is called with each GQuark id and associated data element, together with the userData parameter supplied to datasetForeach.

  2. type NodeForeachFunc = Node -> Ptr () -> IO ()

    gi-glib GI.GLib.Callbacks

    Specifies the type of function passed to nodeChildrenForeach. The function is called with each child node, together with the user data passed to nodeChildrenForeach.

  3. drop_closures_DataForeachFunc :: DataForeachFunc -> DataForeachFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A simple wrapper that ignores the closure arguments.

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

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

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

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

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

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

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

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

  10. noDataForeachFunc :: Maybe DataForeachFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe DataForeachFunc.

Page 527 of many | Previous | Next