[webkit-dev] WebKit gobject bindings: Who is guiding their future?

Michael Catanzaro mcatanzaro at igalia.com
Mon Aug 29 05:54:12 PDT 2016


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


More information about the webkit-dev mailing list