Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

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

  3. pixbufFormatIsWritable :: (HasCallStack, MonadIO m) => PixbufFormat -> m Bool

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns whether pixbufs can be saved in the given format. Since: 2.2

  4. pixbufFormatSetDisabled :: (HasCallStack, MonadIO m) => PixbufFormat -> Bool -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Disables or enables an image format. If a format is disabled, GdkPixbuf won't use the image loader for this format to load images. Applications can use this to avoid using image loaders with an inappropriate license, see pixbufFormatGetLicense. Since: 2.6

  5. setPixbufFormatDescription :: MonadIO m => PixbufFormat -> CString -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “description” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #description := value ]
    

  6. setPixbufFormatDisabled :: MonadIO m => PixbufFormat -> Bool -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “disabled” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #disabled := value ]
    

  7. setPixbufFormatDomain :: MonadIO m => PixbufFormat -> CString -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “domain” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #domain := value ]
    

  8. setPixbufFormatExtensions :: MonadIO m => PixbufFormat -> Ptr CString -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “extensions” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #extensions := value ]
    

  9. setPixbufFormatFlags :: MonadIO m => PixbufFormat -> Word32 -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “flags” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #flags := value ]
    

  10. setPixbufFormatLicense :: MonadIO m => PixbufFormat -> CString -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “license” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #license := value ]
    

Page 600 of many | Previous | Next