GNOME Bugzilla – Bug 751995
JNI: jaw_table_set_caption is missing
Last modified: 2015-07-06 11:07:36 UTC
a jaw_table_set_caption function should implement the AtkTable interface pointer set_caption but it doesn't.[1] [1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n75
Created attachment 306875 [details] [review] Wrapper: Create setCaption in AtkTable Relevant java implementation.
Created attachment 306876 [details] [review] JNI: Create jaw_table_set_caption
Created attachment 306877 [details] [review] Update HACKING