Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

    gi-glib GI.GLib.Callbacks

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

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

    gi-glib GI.GLib.Callbacks

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

  3. type DataForeachFunc = Word32 -> 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.

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

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

  6. drop_closures_DataForeachFunc :: DataForeachFunc -> DataForeachFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A simple wrapper that ignores the closure arguments.

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

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

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

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

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

    gi-glib GI.GLib.Callbacks

    Wrap the callback into a GClosure.

Page 526 of many | Previous | Next