GNOME Bugzilla – Bug 710987
g_return_if_fail used even if function requires return value
Last modified: 2013-10-29 21:12:55 UTC
g_return_if_fail used even if function requires return value, should be replaced by g_return_val_if_fail. This fails on Mac OS X at least, and probably fails with clang on Linux too.
Created attachment 258269 [details] [review] fix it!
can also be cherry-picked straight from https://github.com/dsvensson/gtk/commit/5299057c66aab64a30835c0e44734a4abae4ab5a if that's easier.