GNOME Bugzilla – Bug 691719
object: Force signal detail quark creation on signal connections
Last modified: 2013-01-14 15:30:21 UTC
See patch.
Created attachment 233448 [details] [review] object: Force signal detail quark creation on signal connections Otherwise handlers for detailed signals will always get called even when the detail doesn't match the emited one. This used to work before because g_signal_connect_closure() forces the detail quark creation implicitly, but since we switched to g_signal_connect_closure_by_id(), this is the right thing to do.
Review of attachment 233448 [details] [review]: OK.
Attachment 233448 [details] pushed as 19784d7 - object: Force signal detail quark creation on signal connections