Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. type FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    A function to compare two children to determine which should come first. Since: 3.12

  2. type FlowBoxSortFunc_WithClosures = FlowBoxChild -> FlowBoxChild -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    A function to compare two children to determine which should come first. Since: 3.12

  3. type ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    Compare two rows to determine which should be first. Since: 3.10

  4. type ListBoxSortFunc_WithClosures = ListBoxRow -> ListBoxRow -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    Compare two rows to determine which should be first. Since: 3.10

  5. type RecentSortFunc = RecentInfo -> RecentInfo -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

  6. type RecentSortFunc_WithClosures = RecentInfo -> RecentInfo -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

  7. drop_closures_FlowBoxSortFunc :: FlowBoxSortFunc -> FlowBoxSortFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  8. drop_closures_ListBoxSortFunc :: ListBoxSortFunc -> ListBoxSortFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  9. drop_closures_RecentSortFunc :: RecentSortFunc -> RecentSortFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  10. dynamic_FlowBoxSortFunc :: (HasCallStack, MonadIO m, IsFlowBoxChild a, IsFlowBoxChild b) => FunPtr C_FlowBoxSortFunc -> a -> b -> Ptr () -> m Int32

    gi-gtk3 GI.Gtk.Callbacks

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

Page 142 of many | Previous | Next