gbinding: warn on failed value transformation
authorDan Winship <danw@gnome.org>
Mon, 17 Mar 2014 19:11:31 +0000 (15:11 -0400)
committerDan Winship <danw@gnome.org>
Mon, 17 Mar 2014 21:43:19 +0000 (17:43 -0400)
commitd8c14f1378b9b5362e84220cf52415c316534a9a
tree9e242d9af6e26fc1121c0cc18ef19c4a40ddb71c
parent1a8e3074af0382d2d44ce5cfdddfca52be44aaa2
gbinding: warn on failed value transformation

GBinding warned if g_value_transform() returned FALSE, but it didn't
warn if there was no transformation available at all. Fix that and
test it.

https://bugzilla.gnome.org/show_bug.cgi?id=726574
gobject/gbinding.c
gobject/tests/binding.c