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.
pixbufGetFormats :: (HasCallStack, MonadIO m) => m [PixbufFormat]gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf Obtains the available information about the image formats supported by GdkPixbuf. Since: 2.2
pixbufLoaderGetFormat :: (HasCallStack, MonadIO m, IsPixbufLoader a) => a -> m (Maybe PixbufFormat)gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader Obtains the available information about the format of the currently loading image file. Since: 2.2
module GI.GdkPixbuf.Structs.
PixbufFormat A GdkPixbufFormat contains information about the image format accepted by a module. Only modules should access the fields directly, applications should use the gdk_pixbuf_format_* family of functions. Since: 2.2
-
gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat Memory-managed wrapper type.
PixbufFormat :: ManagedPtr PixbufFormat -> PixbufFormatgi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat No documentation available.
clearPixbufFormatDescription :: MonadIO m => PixbufFormat -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat Set the value of the “description” field to Nothing. When overloading is enabled, this is equivalent to
clear #description
clearPixbufFormatDomain :: MonadIO m => PixbufFormat -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat Set the value of the “domain” field to Nothing. When overloading is enabled, this is equivalent to
clear #domain
clearPixbufFormatExtensions :: MonadIO m => PixbufFormat -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat Set the value of the “extensions” field to Nothing. When overloading is enabled, this is equivalent to
clear #extensions
clearPixbufFormatLicense :: MonadIO m => PixbufFormat -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat Set the value of the “license” field to Nothing. When overloading is enabled, this is equivalent to
clear #license
clearPixbufFormatMimeTypes :: MonadIO m => PixbufFormat -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat Set the value of the “mime_types” field to Nothing. When overloading is enabled, this is equivalent to
clear #mimeTypes