After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750620 - JNI: Wrap getAccessibleParent
JNI: Wrap getAccessibleParent
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-09 10:40 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-21 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (2.20 KB, patch)
2015-06-09 10:50 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Patch to address problem (2.08 KB, patch)
2015-06-21 18:03 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-09 10:40:12 UTC
It's possible to wrap getAccessibleParent with jaw_object_get_parent and include this into jawobject.c.[1]

[1] https://developer.gnome.org/atk/unstable/AtkObject.html#atk-object-get-parent
Comment 1 Magdalen Berns (irc magpie) 2015-06-09 10:50:15 UTC
Created attachment 304841 [details] [review]
Patch to address problem
Comment 2 Magdalen Berns (irc magpie) 2015-06-21 18:03:42 UTC
Created attachment 305775 [details] [review]
Patch to address problem