Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
gi-gtk3 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
genClosure_AssistantPageFunc :: MonadIO m => AssistantPageFunc -> m (GClosure C_AssistantPageFunc)gi-gtk3 GI.Gtk.Callbacks Wrap the callback into a GClosure.