GNOME Bugzilla – Bug 752291
JNI: use jaw_value_set_value instead of jaw_value_set_current_value
Last modified: 2015-07-12 16:27:13 UTC
The (*set_current_value) pointer is deprecated and it's use is no longer recommended. It should be replaced with (*set_value) which takes a const gdouble value and is a void function.
Created attachment 307312 [details] [review] NI: replace jaw_set_current_value with jaw_value_set_value The wrapper update is also in this patch as the changes in there must be pushed with the changes in JNI in this case.
Created attachment 307313 [details] [review] Update HACKING