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.
metaSortPadding :: MetaSettings -> !Boolflac 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.
-
ghc-exactprint Language.Haskell.GHC.ExactPrint.Utils No documentation available.
type
C_FlowBoxSortFunc = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_ListBoxSortFunc = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_RecentSortFunc = Ptr RecentInfo -> Ptr RecentInfo -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32gi-gtk3 GI.Gtk.Callbacks A function to compare two children to determine which should come first. Since: 3.12
type
FlowBoxSortFunc_WithClosures = FlowBoxChild -> FlowBoxChild -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks A function to compare two children to determine which should come first. Since: 3.12
type
ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32gi-gtk3 GI.Gtk.Callbacks Compare two rows to determine which should be first. Since: 3.10
type
ListBoxSortFunc_WithClosures = ListBoxRow -> ListBoxRow -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks Compare two rows to determine which should be first. Since: 3.10
type
RecentSortFunc = RecentInfo -> RecentInfo -> IO Int32gi-gtk3 GI.Gtk.Callbacks No description available in the introspection data.