GNOME Bugzilla – Bug 735199
Replace statically bound GLib.Variant.new_tuple() with GI
Last modified: 2015-01-24 17:17:50 UTC
The static implementation of g_variant_new_tuple() is no longer needed as the introspection version works fine.
Created attachment 284150 [details] [review] Replace statically bound GLib.Variant.new_tuple() with GI Remove the static implementation of _wrap_pyg_variant_new_tuple with usage of the dynamic version coming from GI. Array marshalling has drastically improved in recent years making the dynamic version usable with a small compatibility shim for the arguments.
Note new_tuple() is tested within: https://git.gnome.org/browse/pygobject/tree/tests/test_overrides_glib.py?id=3.14.0 Attachment 284150 [details] pushed as 4d0ab13 - Replace statically bound GLib.Variant.new_tuple() with GI