script: Don't skip introspection for connect_signals_full()
authorBastian Winkler <buz@netbuz.org>
Thu, 24 Nov 2011 19:14:05 +0000 (20:14 +0100)
committerBastian Winkler <buz@netbuz.org>
Fri, 25 Nov 2011 09:54:54 +0000 (10:54 +0100)
commitd82bf70d49cedcc345ab8a409a812806ce3a57d6
treed88807fb3da70230037b1e313a5306872fe57cd8
parent49355f3287b0044a76dfea48c1e58375645072f8
script: Don't skip introspection for connect_signals_full()

To allow language bindings to properly override Script.connect_signals()
they'll need access access to Script.connect_signals_full().

Thanks to Jeremy Moles for reporting.
clutter/clutter-script.c