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. clearPixbufFormatName :: MonadIO m => PixbufFormat -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    clear #name
    

  2. clearPixbufFormatSignature :: MonadIO m => PixbufFormat -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    clear #signature
    

  3. getPixbufFormatDescription :: MonadIO m => PixbufFormat -> m (Maybe Text)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #description
    

  4. getPixbufFormatDisabled :: MonadIO m => PixbufFormat -> m Bool

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #disabled
    

  5. getPixbufFormatDomain :: MonadIO m => PixbufFormat -> m (Maybe Text)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #domain
    

  6. getPixbufFormatExtensions :: MonadIO m => PixbufFormat -> m (Maybe [Text])

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #extensions
    

  7. getPixbufFormatFlags :: MonadIO m => PixbufFormat -> m Word32

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #flags
    

  8. getPixbufFormatLicense :: MonadIO m => PixbufFormat -> m (Maybe Text)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #license
    

  9. getPixbufFormatMimeTypes :: MonadIO m => PixbufFormat -> m (Maybe [Text])

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Get the value of the “mime_types” field. When overloading is enabled, this is equivalent to

    get pixbufFormat #mimeTypes
    

  10. getPixbufFormatName :: MonadIO m => PixbufFormat -> m (Maybe Text)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Get the value of the “name” field. When overloading is enabled, this is equivalent to

    get pixbufFormat #name
    

Page 598 of many | Previous | Next