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.
type
C_DataForeachFunc = Word32 -> Ptr () -> Ptr () -> IO ()gi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
type
C_NodeForeachFunc = Ptr Node -> Ptr () -> IO ()gi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
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.
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.