Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

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

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

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

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

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    set pixbufFormat [ #mimeTypes := value ]
    

  6. setPixbufFormatName :: MonadIO m => PixbufFormat -> CString -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    set pixbufFormat [ #name := value ]
    

  7. setPixbufFormatSignature :: MonadIO m => PixbufFormat -> Ptr PixbufModulePattern -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

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

    set pixbufFormat [ #signature := value ]
    

  8. setPixbufModuleInfo :: MonadIO m => PixbufModule -> Ptr PixbufFormat -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #info := value ]
    

  9. setPixbufModuleIsSaveOptionSupported :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleSaveOptionSupportedFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #isSaveOptionSupported := value ]
    

  10. setPixbufModuleLoad :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleLoadFunc -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule

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

    set pixbufModule [ #load := value ]
    

Page 310 of many | Previous | Next