Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gdkpixbuf GI.GdkPixbuf.Callbacks Defines the type of the function that gets called every time a region of pixbuf is updated. PixbufLoader uses a function of this type to emit the "<link linkend="GdkPixbufLoader-area-updated">area_updated</link>" signal. Since: 2.2
type
PixbufSaveFunc = ByteString -> IO (Bool, GError)gi-gdkpixbuf GI.GdkPixbuf.Callbacks Save functions used by Pixbuf.save_to_callback(). This function is called once for each block of bytes that is "written" by gdk_pixbuf_save_to_callback(). If successful it should return TRUE; if an error occurs it should set error and return FALSE, in which case gdk_pixbuf_save_to_callback() will fail with the same error. Since: 2.4
type
PixbufSaveFunc_WithClosures = ByteString -> Ptr () -> IO (Bool, GError)gi-gdkpixbuf GI.GdkPixbuf.Callbacks Save functions used by Pixbuf.save_to_callback(). This function is called once for each block of bytes that is "written" by gdk_pixbuf_save_to_callback(). If successful it should return TRUE; if an error occurs it should set error and return FALSE, in which case gdk_pixbuf_save_to_callback() will fail with the same error. Since: 2.4
drop_closures_PixbufDestroyNotify :: PixbufDestroyNotify -> PixbufDestroyNotify_WithClosuresgi-gdkpixbuf GI.GdkPixbuf.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gdkpixbuf GI.GdkPixbuf.Callbacks A simple wrapper that ignores the closure arguments.
drop_closures_PixbufModuleSizeFunc :: PixbufModuleSizeFunc -> PixbufModuleSizeFunc_WithClosuresgi-gdkpixbuf GI.GdkPixbuf.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gdkpixbuf GI.GdkPixbuf.Callbacks A simple wrapper that ignores the closure arguments.
drop_closures_PixbufSaveFunc :: PixbufSaveFunc -> PixbufSaveFunc_WithClosuresgi-gdkpixbuf GI.GdkPixbuf.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gdkpixbuf GI.GdkPixbuf.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-gdkpixbuf GI.GdkPixbuf.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.