]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Add missing EXTERN flag for GType function of error domains
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Jun 2023 09:06:16 +0000 (11:06 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Jun 2023 11:26:51 +0000 (13:26 +0200)
commit6f616e8c0be332edee794d8f8ac1c03754e8fc49
treefb8e079a63c78d92231f8681770d3f7b08a15789
parent9e6049e26268883049816642483d5b5ac33afbdb
codegen: Add missing EXTERN flag for GType function of error domains

In addition to da4ff03c5ca427cf7cc4574f52f5190dc1b0dfb9

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1448
35 files changed:
codegen/valagerrormodule.vala
tests/asynchronous/bug793158.c-expected
tests/asynchronous/catch-error-scope.c-expected
tests/asynchronous/catch-in-finally.c-expected
tests/asynchronous/out-parameter-free-on-error.c-expected
tests/basic-types/default-gtype.c-expected
tests/control-flow/bug764440.c-expected
tests/control-flow/lock-if-throw.c-expected
tests/dbus/errors_client.c-expected
tests/dbus/errors_server.c-expected
tests/delegates/error-pos.c-expected
tests/delegates/params-array-with-throws.c-expected
tests/delegates/variadic.c-expected
tests/errors/bug567181.c-expected
tests/errors/bug579101.c-expected
tests/errors/bug623049.c-expected
tests/errors/bug778224.c-expected
tests/errors/catch-error-code.c-expected
tests/errors/catch-in-finally.c-expected
tests/errors/default-gtype.c-expected
tests/errors/delegate-throws-error-code.c-expected
tests/errors/errorcode.c-expected
tests/errors/errordomain-static-method.c-expected
tests/errors/errordomain.c-expected
tests/errors/errors.c-expected
tests/errors/loops.c-expected
tests/errors/method-throws-error-code.c-expected
tests/errors/unhandled.c-expected
tests/genie/exception.c-expected
tests/methods/bug781061.c-expected
tests/methods/parameter-out-free-on-error.c-expected
tests/methods/params-array-with-throws.c-expected
tests/methods/print-attribute.c-expected
tests/objects/property-error.c-expected
tests/objects/signals-error-marshal.c-expected