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.
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.
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.
drop_closures_DataForeachFunc :: DataForeachFunc -> DataForeachFunc_WithClosuresgi-glib GI.GLib.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-glib GI.GLib.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-glib GI.GLib.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
genClosure_DataForeachFunc :: MonadIO m => DataForeachFunc -> m (GClosure C_DataForeachFunc)gi-glib GI.GLib.Callbacks Wrap the callback into a GClosure.
genClosure_NodeForeachFunc :: MonadIO m => NodeForeachFunc -> m (GClosure C_NodeForeachFunc)gi-glib GI.GLib.Callbacks Wrap the callback into a GClosure.
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.
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.
noDataForeachFunc :: Maybe DataForeachFuncgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe DataForeachFunc.