Skip to content

GError: Convenient method to check GError status

Pavlo Solntsev requested to merge pavlosun/glib:wip/gerror_check into master

This a convenient wrap around common approach we use to check GError. To me, it is more intuitive then underline code. I was thinking about macro but I personally don't like macro for debug purpose, and trying to avoid them. Let me know if you prefer macro version. I also didn't prepare a test for this API. Let me know if you want one.

Edited by Philip Withnall

Merge request reports