GNOME Bugzilla – Bug 740649
jaw_component_set_extents return type should be gboolean
Last modified: 2015-02-27 16:57:02 UTC
It is set up as void because java getBounds setter (and java setters generally) is void but this differs from the actual atk api where atk_component_set_extents returns a gboolean. I think this setter should return a gboolean.
Created attachment 291410 [details] [review] Patch to address problem
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]