GNOME Bugzilla – Bug 752236
JNI: jaw_value_get_range is missing.
Last modified: 2015-07-10 21:00:58 UTC
This method should essentially replace get_minimum_value and get_maximum_value which are deprecated and their use is no longer recommended. https://git.gnome.org/browse/atk/tree/atk/atkvalue.h#n71
Created attachment 307265 [details] [review] Create jaw_value_get_range This patch was quite tricky and I have put both the wrapper and jni work into this patch because the wrapper changes for this would break the build without the jni ones, so they need to go in together.