gi-gdkpixbuf 2.0.31 → 2.0.32
raw patch · 4 files changed
+9/−5 lines, 4 filesdep ~haskell-gisetup-changedPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: haskell-gi
API changes (from Hackage documentation)
+ GI.GdkPixbuf.Callbacks: drop_closures_PixbufModuleLoadAnimationFunc :: PixbufModuleLoadAnimationFunc -> PixbufModuleLoadAnimationFunc_WithClosures
+ GI.GdkPixbuf.Callbacks: drop_closures_PixbufModuleLoadFunc :: PixbufModuleLoadFunc -> PixbufModuleLoadFunc_WithClosures
+ GI.GdkPixbuf.Callbacks: drop_closures_PixbufModuleStopLoadFunc :: PixbufModuleStopLoadFunc -> PixbufModuleStopLoadFunc_WithClosures
+ GI.GdkPixbuf.Callbacks: noPixbufModuleLoadAnimationFunc_WithClosures :: Maybe PixbufModuleLoadAnimationFunc_WithClosures
+ GI.GdkPixbuf.Callbacks: noPixbufModuleLoadFunc_WithClosures :: Maybe PixbufModuleLoadFunc_WithClosures
+ GI.GdkPixbuf.Callbacks: noPixbufModuleStopLoadFunc_WithClosures :: Maybe PixbufModuleStopLoadFunc_WithClosures
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadAnimationFunc_WithClosures = -- | /@f@/: the file stream from which the image should be loaded Ptr () -> -- | __Returns:__ a newly created @GdkPixbufAnimation@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO PixbufAnimation
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadFunc_WithClosures = -- | /@f@/: the file stream from which the image should be loaded Ptr () -> -- | __Returns:__ a newly created @GdkPixbuf@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO Pixbuf
+ GI.GdkPixbuf.Callbacks: type PixbufModuleStopLoadFunc_WithClosures = -- | /@context@/: the state object created by [callback/@gdkPixbuf@/.PixbufModuleBeginLoadFunc] Ptr () -> -- | __Returns:__ @TRUE@ if the loading operation was successful /(Can throw 'Data.GI.Base.GError.GError')/ IO ()
- GI.GdkPixbuf.Callbacks: type C_PixbufSaveFunc = Ptr Word8 -> Word64 -> Ptr (Ptr GError) -> Ptr () -> IO CInt
+ GI.GdkPixbuf.Callbacks: type C_PixbufSaveFunc = Ptr Word8 -> CSize -> Ptr (Ptr GError) -> Ptr () -> IO CInt
- GI.GdkPixbuf.Callbacks: type PixbufModuleLoadAnimationFunc = -- | /@f@/: the file stream from which the image should be loaded Ptr () -> -- | __Returns:__ a newly created @GdkPixbufAnimation@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO PixbufAnimation
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadAnimationFunc = -- | __Returns:__ a newly created @GdkPixbufAnimation@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO PixbufAnimation
- GI.GdkPixbuf.Callbacks: type PixbufModuleLoadFunc = -- | /@f@/: the file stream from which the image should be loaded Ptr () -> -- | __Returns:__ a newly created @GdkPixbuf@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO Pixbuf
+ GI.GdkPixbuf.Callbacks: type PixbufModuleLoadFunc = -- | __Returns:__ a newly created @GdkPixbuf@ for the contents of the file /(Can throw 'Data.GI.Base.GError.GError')/ IO Pixbuf
- GI.GdkPixbuf.Callbacks: type PixbufModuleStopLoadFunc = -- | /@context@/: the state object created by [callback/@gdkPixbuf@/.PixbufModuleBeginLoadFunc] Ptr () -> -- | __Returns:__ @TRUE@ if the loading operation was successful /(Can throw 'Data.GI.Base.GError.GError')/ IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufModuleStopLoadFunc = -- | __Returns:__ @TRUE@ if the loading operation was successful /(Can throw 'Data.GI.Base.GError.GError')/ IO ()
- GI.GdkPixbuf.Objects.Pixbuf: pixbufGetByteLength :: (HasCallStack, MonadIO m, IsPixbuf a) => a -> m Word64
+ GI.GdkPixbuf.Objects.Pixbuf: pixbufGetByteLength :: (HasCallStack, MonadIO m, IsPixbuf a) => a -> m CSize
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadFunc)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadFunc_WithClosures)
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoadAnimation :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadAnimationFunc)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleLoadAnimation :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleLoadAnimationFunc_WithClosures)
- GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleStopLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleStopLoadFunc)
+ GI.GdkPixbuf.Structs.PixbufModule: getPixbufModuleStopLoad :: MonadIO m => PixbufModule -> m (Maybe PixbufModuleStopLoadFunc_WithClosures)
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-gdkpixbuf.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 2.0.32+++ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))+ ### 2.0.31 + Bump base lower bound
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.31/docs/GI-GdkPixbuf.html](https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.31/docs/GI-GdkPixbuf.html)+[https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.32/docs/GI-GdkPixbuf.html](https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.32/docs/GI-GdkPixbuf.html) For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
Setup.hs view
@@ -13,7 +13,7 @@ where name = "GdkPixbuf" version = "2.0" pkgName = "gi-gdkpixbuf"- pkgVersion = "2.0.31"+ pkgVersion = "2.0.32" overridesFile = Just "GdkPixbuf.overrides" verbose = False outputDir = Nothing
gi-gdkpixbuf.cabal view
@@ -1,5 +1,5 @@ name: gi-gdkpixbuf-version: 2.0.31+version: 2.0.32 synopsis: GdkPixbuf bindings description: Bindings for GdkPixbuf, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -16,7 +16,7 @@ custom-setup setup-depends: base >= 4.11 && < 5, Cabal >= 1.24 && < 4,- haskell-gi >= 0.26 && < 0.27,+ haskell-gi >= 0.26.9 && < 0.27, gi-gio == 2.0.*, gi-gobject == 2.0.*, gi-glib == 2.0.*,@@ -31,7 +31,7 @@ pkgconfig-depends: gdk-pixbuf-2.0 build-depends: base >= 4.7 && <5, haskell-gi-base >= 0.26 && < 0.27,- haskell-gi >= 0.26 && < 0.27,+ haskell-gi >= 0.26.9 && < 0.27, haskell-gi-overloading < 1.1, gi-gio == 2.0.*, gi-gobject == 2.0.*,