GNOME Bugzilla – Bug 793821
Fixing atk event parameters
Last modified: 2019-05-01 22:28:39 UTC
Created attachment 368907 [details] [review] proposed fix Hello, glib signals have a determined number of parameters, giving an extra 0 is not useful, and missing parameters are of course a problem :) The attached patch fixes the existing mismatches. For bounds_changed, the bogus values could be problematic. It happens that orca actually ignores this kind of event, so it will not be bothered. Provide a (even bogus) parameter is however needed for proper marshalling etc. otherwise undefined behavior would happen. Samuel
Fixed by 664dc376720f852a214b6cf66647ba9d1a1d5de1 ("Fix atk event parameters")