Skip to content

gobject: Handle runtime checks as such

Edward Hervey requested to merge edwardrv/glib:lcopyfail into master

The various g_strdup_printf() returns values in the implementations of GValue lcopy_func are runtime checks which could be disabled if one wants and therefore should be handled as such with g_return_val_if_fail()

Merge request reports