]> 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 09:11:30 +0000 (11:11 +0200)
commit83d66f14eca60fe11dfa25f4e7f1bbab497933c9
treee23077a508896825a81ac2a4068668754aa38afc
parentad2fe714f6a6f4a9b4fff6f4b59a4294506125e3
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