Replace statically bound GLib.Variant.new_tuple() with GI
commit4d0ab13a8461f781986accc637fada3909cfb91a
authorSimon Feltman <sfeltman@src.gnome.org>
Thu, 21 Aug 2014 22:11:39 +0000 (21 15:11 -0700)
committerSimon Feltman <sfeltman@src.gnome.org>
Sat, 24 Jan 2015 17:14:43 +0000 (24 09:14 -0800)
treedbd6e7752f3bef7146066811498a85a22e4d5ddb
parent17ec0d39069b7a4cc19691ea1284f821caf84d24
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.

https://bugzilla.gnome.org/show_bug.cgi?id=735199
gi/gimodule.c
gi/overrides/GLib.py