Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. PictureLeafletPage :: PictureType

    flac Codec.Audio.FLAC.Metadata

    Leaflet page

  2. type AssistantPageFunc = Int32 -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    A function used by assistantSetForwardPageFunc to know which is the next page given a current one. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button.

  3. type AssistantPageFunc_WithClosures = Int32 -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    A function used by assistantSetForwardPageFunc to know which is the next page given a current one. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button.

  4. type C_AssistantPageFunc = Int32 -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

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

  5. type C_PageSetupDoneFunc = Ptr PageSetup -> Ptr () -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

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

  6. drop_closures_AssistantPageFunc :: AssistantPageFunc -> AssistantPageFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  7. drop_closures_PageSetupDoneFunc :: PageSetupDoneFunc -> PageSetupDoneFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  8. dynamic_AssistantPageFunc :: (HasCallStack, MonadIO m) => FunPtr C_AssistantPageFunc -> Int32 -> Ptr () -> m Int32

    gi-gtk3 GI.Gtk.Callbacks

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

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

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

    gi-gtk3 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

Page 293 of many | Previous | Next