Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. type C_PrintSettingsFunc = CString -> CString -> Ptr () -> IO ()

    gi-gtk4 GI.Gtk.Callbacks

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

  2. type C_PrinterFunc = Ptr Printer -> Ptr () -> IO CInt

    gi-gtk4 GI.Gtk.Callbacks

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

  3. drop_closures_PrintJobCompleteFunc :: PrintJobCompleteFunc -> PrintJobCompleteFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  4. drop_closures_PrintSettingsFunc :: PrintSettingsFunc -> PrintSettingsFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  5. drop_closures_PrinterFunc :: PrinterFunc -> PrinterFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  6. dynamic_PrintJobCompleteFunc :: (HasCallStack, MonadIO m, IsPrintJob a) => FunPtr C_PrintJobCompleteFunc -> a -> Ptr () -> GError -> m ()

    gi-gtk4 GI.Gtk.Callbacks

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

  7. dynamic_PrintSettingsFunc :: (HasCallStack, MonadIO m) => FunPtr C_PrintSettingsFunc -> Text -> Text -> Ptr () -> m ()

    gi-gtk4 GI.Gtk.Callbacks

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

  8. dynamic_PrinterFunc :: (HasCallStack, MonadIO m, IsPrinter a) => FunPtr C_PrinterFunc -> a -> Ptr () -> m Bool

    gi-gtk4 GI.Gtk.Callbacks

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

  9. genClosure_PrintJobCompleteFunc :: MonadIO m => PrintJobCompleteFunc -> m (GClosure C_PrintJobCompleteFunc)

    gi-gtk4 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

  10. genClosure_PrintSettingsFunc :: MonadIO m => PrintSettingsFunc -> m (GClosure C_PrintSettingsFunc)

    gi-gtk4 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

Page 339 of many | Previous | Next