g_assert vs. g_return_if_fail



Hi,

I don't understand the need for g_return_if_fail like functions. Why not
use g_assert here?

In pure C, I used either assert for programming errors or returned an
error indicator for expected errors. But where to use g_return_if_fail?

Thanks.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]