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 751895 - JNI: jaw_table_set_row_description is missing
JNI: jaw_table_set_row_description is missing
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other All
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-03 12:03 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-03 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix style and formatting (35.31 KB, patch)
2015-07-03 12:35 UTC, Magdalen Berns (irc magpie)
committed Details | Review
JNI: Create jaw_table_set_description (2.21 KB, patch)
2015-07-03 14:18 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Wrapper: Create setRowDescription in AtkTable (1.32 KB, patch)
2015-07-03 14:21 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Update HACKING (859 bytes, patch)
2015-07-03 16:22 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-07-03 12:03:17 UTC
There is no implementor for jaw_table_set_row_description.[1]

[1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n83
Comment 1 Magdalen Berns (irc magpie) 2015-07-03 12:35:58 UTC
Created attachment 306704 [details] [review]
Patch to fix style and formatting

Not a fix. Just some style improvements to make jawtable.c easier to read in preparation.
Comment 2 Magdalen Berns (irc magpie) 2015-07-03 14:18:51 UTC
Created attachment 306715 [details] [review]
JNI: Create jaw_table_set_description
Comment 3 Magdalen Berns (irc magpie) 2015-07-03 14:21:08 UTC
Created attachment 306716 [details] [review]
Wrapper: Create setRowDescription in AtkTable

There might be a better way to do this: Perhaps casting the String description to an Accessible.
Comment 4 Magdalen Berns (irc magpie) 2015-07-03 16:18:12 UTC
Review of attachment 306715 [details] [review]:

Committed to master.
Comment 5 Magdalen Berns (irc magpie) 2015-07-03 16:18:40 UTC
Review of attachment 306716 [details] [review]:

Committed to master.
Comment 6 Magdalen Berns (irc magpie) 2015-07-03 16:22:12 UTC
Created attachment 306731 [details] [review]
Update HACKING