On Mon, 2016-08-29 at 14:45 +0200, Carlos Garcia Campos wrote: > I agree this is not ideal for a GObject API, but I really don't see > how > this is a major problem, to be honest.
The problem is that you would either have to check for errors on every function call, including the 95% of function calls that cannot throw errors, or just ignore all errors. I guess if most API users ignore errors, it's not such a big deal. Michael _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

