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 740543 - Action: set_description is not implemented
Action: set_description is not implemented
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-22 19:06 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-26 21:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
JNI: Create jaw_action_set_description (2.63 KB, patch)
2015-06-26 13:52 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Wrapper: create setDescription method (1.07 KB, patch)
2015-06-26 21:30 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2014-11-22 19:06:26 UTC
This method needs to be implemented.
Comment 1 André Klapper 2015-02-27 16:59:12 UTC
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]
Comment 2 Magdalen Berns (irc magpie) 2015-06-24 21:47:52 UTC
Confirmed as unimplemented wrapper function: https://git.gnome.org/browse/atk/tree/atk/atkaction.h#n64
Comment 3 Magdalen Berns (irc magpie) 2015-06-26 13:52:52 UTC
Created attachment 306174 [details] [review]
JNI: Create jaw_action_set_description

Wrapper part is coming
Comment 4 Magdalen Berns (irc magpie) 2015-06-26 21:30:52 UTC
Created attachment 306191 [details] [review]
Wrapper: create setDescription method