Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
genClosure_AssistantPageFunc :: MonadIO m => AssistantPageFunc -> m (GClosure C_AssistantPageFunc)gi-gtk3 GI.Gtk.Callbacks Wrap the callback into a GClosure.
genClosure_PageSetupDoneFunc :: MonadIO m => PageSetupDoneFunc -> m (GClosure C_PageSetupDoneFunc)gi-gtk3 GI.Gtk.Callbacks Wrap the callback into a GClosure.
mk_AssistantPageFunc :: C_AssistantPageFunc -> IO (FunPtr C_AssistantPageFunc)gi-gtk3 GI.Gtk.Callbacks Generate a function pointer callable from C code, from a C_AssistantPageFunc.
mk_PageSetupDoneFunc :: C_PageSetupDoneFunc -> IO (FunPtr C_PageSetupDoneFunc)gi-gtk3 GI.Gtk.Callbacks Generate a function pointer callable from C code, from a C_PageSetupDoneFunc.
noAssistantPageFunc :: Maybe AssistantPageFuncgi-gtk3 GI.Gtk.Callbacks A convenience synonym for Nothing :: Maybe AssistantPageFunc.
noAssistantPageFunc_WithClosures :: Maybe AssistantPageFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A convenience synonym for Nothing :: Maybe AssistantPageFunc_WithClosures.
noPageSetupDoneFunc :: Maybe PageSetupDoneFuncgi-gtk3 GI.Gtk.Callbacks A convenience synonym for Nothing :: Maybe PageSetupDoneFunc.
noPageSetupDoneFunc_WithClosures :: Maybe PageSetupDoneFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A convenience synonym for Nothing :: Maybe PageSetupDoneFunc_WithClosures.
-
gi-gtk3 GI.Gtk.Callbacks Wrap a AssistantPageFunc into a C_AssistantPageFunc.