GNOME Bugzilla – Bug 647477
[gi] Added support for GVariant arguments
Last modified: 2011-04-11 17:22:04 UTC
Currently, you will get an assertion warning from g_value_get_pointer. This patch fixes this by adding a case for GValue containing a GVariant.
Created attachment 185730 [details] [review] [gi] Added support for GVariant arguments This is required in order for the "g-signal" signal of GDBusProxy to work properly and thus to properly receive DBus signals with any type of argument.
Review of attachment 185730 [details] [review]: Looks great :)
Committed to master and pygobject-2-28 branch.