Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
backupPagecount :: Backup -> IO Intdirect-sqlite Database.SQLite3.Direct https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backuppagecount
-
distribution-nixpkgs Distribution.Nixpkgs.Meta No documentation available.
PictureLeafletPage :: PictureTypeflac Codec.Audio.FLAC.Metadata Leaflet page
type
AssistantPageFunc = Int32 -> IO Int32gi-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.
type
AssistantPageFunc_WithClosures = Int32 -> Ptr () -> IO Int32gi-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.
type
C_AssistantPageFunc = Int32 -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_PageSetupDoneFunc = Ptr PageSetup -> Ptr () -> IO ()gi-gtk3 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
drop_closures_AssistantPageFunc :: AssistantPageFunc -> AssistantPageFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
drop_closures_PageSetupDoneFunc :: PageSetupDoneFunc -> PageSetupDoneFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gtk3 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.