From: Ryan Lortie Date: Sat, 29 Nov 2014 20:04:45 +0000 (-0500) Subject: GVariant: refactor locking a bit more X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fffe57c99c05c68312494adc640b8f46e16a7cd;hp=3fffe57c99c05c68312494adc640b8f46e16a7cd;p=platform%2Fupstream%2Fglib.git GVariant: refactor locking a bit more Change the internal g_variant_ensure_serialised() helper over to working on unlocked instances and have it conditionally acquire the lock using the utility function added in the last commit. ---