Replace GObject.signal_query with introspected version
commit62aed0977090f7099a5e538209f7c680ea22fe12
authorSimon Feltman <sfeltman@src.gnome.org>
Mon, 18 Aug 2014 02:04:51 +0000 (17 19:04 -0700)
committerSimon Feltman <sfeltman@src.gnome.org>
Mon, 18 Aug 2014 05:21:58 +0000 (17 22:21 -0700)
tree3852e15bbcdacea82ed4193896d715676208978b
parent4e130d72a5492fc00c61a816eddccdbc4f558b91
Replace GObject.signal_query with introspected version

Remove the static bindings for GObject.signal_query and replace with a
Python compatibility shim which utilizes the introspection exposed version
of the function.

https://bugzilla.gnome.org/show_bug.cgi?id=688792
gi/gobjectmodule.c
gi/overrides/GObject.py