GNOME Bugzilla – Bug 752334
JNI: Replace deprecated jaw_table_get_index_at with jaw_table_ref_at
Last modified: 2015-07-16 10:30:29 UTC
The jaw_table_get_index_at function, should be replaced with a function named jaw_table_ref_at in jawtable.c which implements the ref_at pointer from the AtkTable interface and calls refAt from the java AtkTable wrapper class.[1,2] [1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n46 [2] https://git.gnome.org/browse/java-atk-wrapper/tree/jni/src/jawtable.c
Created attachment 307517 [details] [review] JNI/Wrapper: remove jaw_table_get_index_at
Created attachment 307546 [details] [review] Update HACKING