Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

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

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

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

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

  5. getPixbufFormatSignature :: MonadIO m => PixbufFormat -> m (Maybe PixbufModulePattern)

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    get pixbufFormat #signature
    

  6. newZeroPixbufFormat :: MonadIO m => m PixbufFormat

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Construct a PixbufFormat struct initialized to zero.

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

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Creates a copy of format. Since: 2.22

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

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

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Returns a description of the format. Since: 2.2

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

Page 222 of many | Previous | Next