packages feed

gi-gtk 4.0.10 → 4.0.11

raw patch · 5 files changed

+11/−3 lines, 5 filessetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- GI.Gtk.Objects.Image: clearImageGicon :: (MonadIO m, IsImage o) => o -> m ()
- GI.Gtk.Objects.PrintOperation: getPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m PageSetup
+ GI.Gtk.Objects.PrintOperation: getPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe PageSetup)
- GI.Gtk.Objects.PrintOperation: printOperationGetDefaultPageSetup :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m PageSetup
+ GI.Gtk.Objects.PrintOperation: printOperationGetDefaultPageSetup :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m (Maybe PageSetup)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 4.0.11+++ Mark the return value of [Gtk.printOperationGetDefaultPageSetup](https://hackage.haskell.org/package/gi-gtk/docs/GI-Gtk-Objects-PrintOperation.html#v:printOperationGetDefaultPageSetup) as nullable, see [issue 461](https://github.com/haskell-gi/haskell-gi/issues/461).+ ### 4.0.10  + Drop dependency on gi-gtk, see [issue 459](https://github.com/haskell-gi/haskell-gi/issues/459).
Gtk.overrides view
@@ -28,3 +28,7 @@ # It is useful to expose these class structs when deriving new types set-attr Gtk/WidgetClass haskell-gi-force-visible 1 set-attr Gtk/ContainerClass haskell-gi-force-visible 1++# The returned value is nullable, but it is not marked as such in the+# introspection data.+set-attr Gtk/PrintOperation/get_default_page_setup/@return-value nullable 1
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gtk-4.0.10/docs/GI-Gtk.html](https://hackage.haskell.org/package/gi-gtk-4.0.10/docs/GI-Gtk.html)+[https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk.html](https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk.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
@@ -18,7 +18,7 @@   where name = "Gtk"         version = "4.0"         pkgName = "gi-gtk"-        pkgVersion = "4.0.10"+        pkgVersion = "4.0.11"         overridesFile = Just "Gtk.overrides"         verbose = False         outputDir = Nothing
gi-gtk.cabal view
@@ -1,5 +1,5 @@ name:                 gi-gtk-version:              4.0.10+version:              4.0.11 synopsis:             Gtk bindings description:          Bindings for Gtk, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi