Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. metaSortPadding :: MetaSettings -> !Bool

    flac Codec.Audio.FLAC.Metadata

    Whether to attempt to sort and consolidate all padding at the end of metadata section. The main purpose of this is that the padding can be truncated if necessary to get more space so we can overwrite metadata blocks in place instead of overwriting the entire FLAC file. Default value: True.

  2. partitionWithSortKey :: [LHsDecl GhcPs] -> ([DeclTag], LHsBinds GhcPs, [LSig GhcPs], [LFamilyDecl GhcPs], [LTyFamInstDecl GhcPs], [LDataFamInstDecl GhcPs], [LDocDecl GhcPs])

    ghc-exactprint Language.Haskell.GHC.ExactPrint.Utils

    No documentation available.

  3. type C_FlowBoxSortFunc = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

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

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

    gi-gtk3 GI.Gtk.Callbacks

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

  5. type C_RecentSortFunc = Ptr RecentInfo -> Ptr RecentInfo -> Ptr () -> IO Int32

    gi-gtk3 GI.Gtk.Callbacks

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

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

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

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

    gi-gtk3 GI.Gtk.Callbacks

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

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

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

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

Page 133 of many | Previous | Next