gi-gtk 3.0.23 → 3.0.24
raw patch · 4 files changed
+10/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Gtk.overrides +4/−0
- README.md +1/−1
- gi-gtk.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+### 3.0.24+++ Mark the return value of [applicationGetActiveWindow](https://hackage.haskell.org/package/gi-gtk-3.0.24/docs/GI-Gtk-Objects-Application.html#v:applicationGetActiveWindow) as nullable, see [issue 176](https://github.com/haskell-gi/haskell-gi/issues/176).+ ### 3.0.23 + Add an override to make sure that [`Cairo.FontOptions`](https://hackage.haskell.org/package/gi-cairo/docs/GI-Cairo-Structs-FontOptions.html) is always treated as boxed.
Gtk.overrides view
@@ -58,6 +58,10 @@ # https://gitlab.gnome.org/GNOME/gtk/issues/84 set-attr Gtk/Widget/drag_dest_find_target/@return-value nullable 1 +# Missing nullable return annotation, see+# https://github.com/haskell-gi/haskell-gi/issues/176+set-attr Gtk/Application/get_active_window/@return-value nullable 1+ if osx # Not supported in Quartz version of Gtk ignore drag_set_icon_gicon
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gtk-3.0.23/docs/GI-Gtk.html](https://hackage.haskell.org/package/gi-gtk-3.0.23/docs/GI-Gtk.html)+[https://hackage.haskell.org/package/gi-gtk-3.0.24/docs/GI-Gtk.html](https://hackage.haskell.org/package/gi-gtk-3.0.24/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).
gi-gtk.cabal view
@@ -1,5 +1,5 @@ name: gi-gtk-version: 3.0.23+version: 3.0.24 synopsis: Gtk bindings description: Bindings for Gtk, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi