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 751897 - JNI: jaw_table_set_column_description is missing
JNI: jaw_table_set_column_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)
: 751896 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-07-03 12:04 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-03 16:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
JNI: Create jaw_table_set_column_description (2.38 KB, patch)
2015-07-03 14:34 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Wrapper Create setColumnDescription in AtkTable. (1.35 KB, patch)
2015-07-03 14:36 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Update HACKING (854 bytes, patch)
2015-07-03 16:25 UTC, Magdalen Berns (irc magpie)
committed Details | Review

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

[1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n83
Comment 1 Magdalen Berns (irc magpie) 2015-07-03 12:33:44 UTC
*** Bug 751896 has been marked as a duplicate of this bug. ***
Comment 2 Magdalen Berns (irc magpie) 2015-07-03 14:34:27 UTC
Created attachment 306717 [details] [review]
JNI: Create jaw_table_set_column_description
Comment 3 Magdalen Berns (irc magpie) 2015-07-03 14:36:45 UTC
Created attachment 306718 [details] [review]
Wrapper Create setColumnDescription in AtkTable.
Comment 4 Magdalen Berns (irc magpie) 2015-07-03 16:17:12 UTC
Review of attachment 306717 [details] [review]:

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

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