GNOME Bugzilla – Bug 659061
camerabin2: replace deprecated g_atomic_int_exchange_and_add
Last modified: 2011-09-16 04:17:46 UTC
It was replaced by g_atomic_int_add, which now returns the old value.
Created attachment 196498 [details] [review] camerabin2: replace deprecated g_atomic_int_exchange_and_add
commit 25c3ce9a7aeb80f500b8c6070c9ee2a1290ac0a9 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Wed Sep 14 15:20:09 2011 +0100 camerabin2: replace deprecated g_atomic_int_exchange_and_add It was replaced by g_atomic_int_add, which now returns the old value. https://bugzilla.gnome.org/show_bug.cgi?id=659061