packages feed

gi-gtk 3.0.24 → 3.0.25

raw patch · 5 files changed

+13/−3 lines, 5 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- GI.Gtk.Structs.TreePath: treePathGetIndices :: (HasCallStack, MonadIO m) => TreePath -> m [Int32]
+ GI.Gtk.Structs.TreePath: treePathGetIndices :: (HasCallStack, MonadIO m) => TreePath -> m (Maybe [Int32])

Files

ChangeLog.md view
@@ -1,3 +1,9 @@+### 3.0.25+++ Update stack version to 12.10+++ Add missing nullable return annotation to [treePathGetIndices](https://hackage.haskell.org/package/gi-gtk/docs/GI-Gtk-Structs-TreePath.html#v:treePathGetIndices), see [issue 192](https://github.com/haskell-gi/haskell-gi/issues/192).+ ### 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).
Gtk.overrides view
@@ -18,6 +18,10 @@ # https://github.com/haskell-gi/haskell-gi/issues/104 set-attr Gtk/Builder/add_callback_symbol/@parameters/callback_symbol scope notified +# Missing nullable return annotation, see+# https://github.com/haskell-gi/haskell-gi/issues/192+set-attr Gtk/TreePath/get_indices_with_depth/@return-value nullable 1+ # Wrong introspection annotation, see # https://bugzilla.gnome.org/show_bug.cgi?id=693393 set-attr Gtk/PrintOperation/create-custom-widget/@return-value transfer-ownership full
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.24/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.25/docs/GI-Gtk.html](https://hackage.haskell.org/package/gi-gtk-3.0.25/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.24+version:              3.0.25 synopsis:             Gtk bindings description:          Bindings for Gtk, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi
stack.yaml view
@@ -1,3 +1,3 @@ packages: - '.'-resolver: lts-9.21+resolver: lts-12.10