GNOME Bugzilla – Bug 762773
return_if_fail used in non-void functions
Last modified: 2016-09-20 08:15:55 UTC
Created attachment 322527 [details] [review] use return_val_if_fail I happened to notice a few cases where return_if_fail was used non-void functions. The patch replaces these with return_val_if_fail
Thanks so much for the patch, pushed with some minor changes to git log.