After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752291 - JNI: use jaw_value_set_value instead of jaw_value_set_current_value
JNI: use jaw_value_set_value instead of jaw_value_set_current_value
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-12 16:20 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-12 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
NI: replace jaw_set_current_value with jaw_value_set_value (6.22 KB, patch)
2015-07-12 16:26 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Update HACKING (792 bytes, patch)
2015-07-12 16:27 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-07-12 16:20:48 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.
Comment 1 Magdalen Berns (irc magpie) 2015-07-12 16:26:04 UTC
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.
Comment 2 Magdalen Berns (irc magpie) 2015-07-12 16:27:02 UTC
Created attachment 307313 [details] [review]
Update HACKING