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

  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

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

  4. newtype PixbufFormat

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Memory-managed wrapper type.

  5. PixbufFormat :: ManagedPtr PixbufFormat -> PixbufFormat

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    No documentation available.

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

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

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

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

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

Page 597 of many | Previous | Next