gi-gobject 2.0.14 → 2.0.15
raw patch · 4 files changed
+9/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ GI.GObject.Objects.Object: objectSetDataFull :: (HasCallStack, MonadIO m, IsObject a) => a -> Text -> Ptr () -> DestroyNotify -> m ()
Files
- ChangeLog.md +3/−0
- GObject.overrides +4/−0
- README.md +1/−1
- gi-gobject.cabal +1/−1
ChangeLog.md view
@@ -0,0 +1,3 @@+### 2.0.15+++ Generate bindings for [Object.setDataFull](https://hackage.haskell.org/package/gi-gobject/docs/GI-GObject-Objects-Object.html#v:objectSetDataFull).
GObject.overrides view
@@ -13,6 +13,10 @@ set-attr GObject/signal_emitv/@parameters/return_value caller-allocates 1 set-attr GObject/signal_emitv/@parameters/return_value direction out +# Marked as (skip), but it is useful and we can generate bindings+# without issue.+set-attr GObject/Object/set_data_full introspectable 1+ # Generated from gobject 2.48.0 with xsltproc Nullable.xslt GObject-2.0.gir set-attr GObject/BindingTransformFunc/@parameters/user_data nullable 1 set-attr GObject/CClosure/marshal_BOOLEAN__BOXED_BOXED/@parameters/invocation_hint 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-gobject-2.0.14/docs/GI-GObject.html](https://hackage.haskell.org/package/gi-gobject-2.0.14/docs/GI-GObject.html)+[https://hackage.haskell.org/package/gi-gobject-2.0.15/docs/GI-GObject.html](https://hackage.haskell.org/package/gi-gobject-2.0.15/docs/GI-GObject.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-gobject.cabal view
@@ -1,5 +1,5 @@ name: gi-gobject-version: 2.0.14+version: 2.0.15 synopsis: GObject bindings description: Bindings for GObject, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi