Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. pixbufFormatCopy :: (HasCallStack, MonadIO m) => PixbufFormat -> m PixbufFormat

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Creates a copy of format. Since: 2.22

  2. pixbufFormatFree :: (HasCallStack, MonadIO m) => PixbufFormat -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Frees the resources allocated when copying a GdkPixbufFormat using pixbufFormatCopy Since: 2.22

  3. pixbufFormatGetDescription :: (HasCallStack, MonadIO m) => PixbufFormat -> m Text

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns a description of the format. Since: 2.2

  4. pixbufFormatGetExtensions :: (HasCallStack, MonadIO m) => PixbufFormat -> m [Text]

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns the filename extensions typically used for files in the given format. Since: 2.2

  5. pixbufFormatGetLicense :: (HasCallStack, MonadIO m) => PixbufFormat -> m Text

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns information about the license of the image loader for the format. The returned string should be a shorthand for a well known license, e.g. "LGPL", "GPL", "QPL", "GPL/QPL", or "other" to indicate some other license. Since: 2.6

  6. pixbufFormatGetMimeTypes :: (HasCallStack, MonadIO m) => PixbufFormat -> m [Text]

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns the mime types supported by the format. Since: 2.2

  7. pixbufFormatGetName :: (HasCallStack, MonadIO m) => PixbufFormat -> m Text

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns the name of the format. Since: 2.2

  8. pixbufFormatIsDisabled :: (HasCallStack, MonadIO m) => PixbufFormat -> m Bool

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns whether this image format is disabled. See pixbufFormatSetDisabled. Since: 2.6

  9. pixbufFormatIsSaveOptionSupported :: (HasCallStack, MonadIO m) => PixbufFormat -> Text -> m Bool

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns TRUE if the save option specified by optionKey is supported when saving a pixbuf using the module implementing format. See gdk_pixbuf_save() for more information about option keys. Since: 2.36

  10. pixbufFormatIsScalable :: (HasCallStack, MonadIO m) => PixbufFormat -> m Bool

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns whether this image format is scalable. If a file is in a scalable format, it is preferable to load it at the desired size, rather than loading it at the default size and scaling the resulting pixbuf to the desired size. Since: 2.6

Page 596 of many | Previous | Next