GNOME Bugzilla – Bug 751895
JNI: jaw_table_set_row_description is missing
Last modified: 2015-07-03 16:22:20 UTC
There is no implementor for jaw_table_set_row_description.[1] [1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n83
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.
Created attachment 306715 [details] [review] JNI: Create jaw_table_set_description
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.
Review of attachment 306715 [details] [review]: Committed to master.
Review of attachment 306716 [details] [review]: Committed to master.
Created attachment 306731 [details] [review] Update HACKING