Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. type PixbufModuleUpdatedFunc = Pixbuf -> Int32 -> Int32 -> Int32 -> Int32 -> IO ()

    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

  2. type PixbufModuleUpdatedFunc_WithClosures = Pixbuf -> Int32 -> Int32 -> Int32 -> Int32 -> Ptr () -> IO ()

    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

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

  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

  5. pattern PIXBUF_MAJOR :: Int32

    gi-gdkpixbuf GI.GdkPixbuf.Constants

    Major version of gdk-pixbuf library, that is the "0" in "0.8.2" for example.

  6. pattern PIXBUF_MICRO :: Int32

    gi-gdkpixbuf GI.GdkPixbuf.Constants

    Micro version of gdk-pixbuf library, that is the "2" in "0.8.2" for example.

  7. pattern PIXBUF_MINOR :: Int32

    gi-gdkpixbuf GI.GdkPixbuf.Constants

    Minor version of gdk-pixbuf library, that is the "8" in "0.8.2" for example.

  8. pattern PIXBUF_VERSION :: Text

    gi-gdkpixbuf GI.GdkPixbuf.Constants

    Contains the full version of GdkPixbuf as a string. This is the version being compiled against; contrast with gdk_pixbuf_version.

  9. data PixbufAlphaMode

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Deprecated: (Since version 2.42)There is no user of GdkPixbufAlphaMode in GdkPixbuf,and the Xlib utility functions have been split out to their ownlibrary, gdk-pixbuf-xlib

  10. PixbufAlphaModeBilevel :: PixbufAlphaMode

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    A bilevel clipping mask (black and white) will be created and used to draw the image. Pixels below 0.5 opacity will be considered fully transparent, and all others will be considered fully opaque.

Page 367 of many | Previous | Next