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.

  1. dynamic_PageSetupDoneFunc :: (HasCallStack, MonadIO m, IsPageSetup a) => FunPtr C_PageSetupDoneFunc -> a -> Ptr () -> m ()

    gi-gtk3 GI.Gtk.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  2. genClosure_AssistantPageFunc :: MonadIO m => AssistantPageFunc -> m (GClosure C_AssistantPageFunc)

    gi-gtk3 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

  3. genClosure_PageSetupDoneFunc :: MonadIO m => PageSetupDoneFunc -> m (GClosure C_PageSetupDoneFunc)

    gi-gtk3 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

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

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

  6. noAssistantPageFunc :: Maybe AssistantPageFunc

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe AssistantPageFunc.

  7. noAssistantPageFunc_WithClosures :: Maybe AssistantPageFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe AssistantPageFunc_WithClosures.

  8. noPageSetupDoneFunc :: Maybe PageSetupDoneFunc

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PageSetupDoneFunc.

  9. noPageSetupDoneFunc_WithClosures :: Maybe PageSetupDoneFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PageSetupDoneFunc_WithClosures.

  10. wrap_AssistantPageFunc :: Maybe (Ptr (FunPtr C_AssistantPageFunc)) -> AssistantPageFunc_WithClosures -> C_AssistantPageFunc

    gi-gtk3 GI.Gtk.Callbacks

    Wrap a AssistantPageFunc into a C_AssistantPageFunc.

Page 294 of many | Previous | Next