GNOME Bugzilla – Bug 726574
gbinding: warn on failed value transformation
Last modified: 2014-03-17 21:43:33 UTC
GBinding warned if g_value_transform() returns FALSE, but it didn't warn if there was no transformation available at all. Fix that and test it.
Created attachment 272198 [details] [review] gbinding: warn on failed value transformation
Review of attachment 272198 [details] [review]: looks good to me. I can only see a potential future issue: at some point we may have a default transformation for double → boolean, in which case the test would fail. definitely not a blocker for me.
Attachment 272198 [details] pushed as d8c14f1 - gbinding: warn on failed value transformation