diff options
author | Michael Catanzaro <mcatanzaro@redhat.com> | 2023-04-06 14:11:15 -0500 |
---|---|---|
committer | Marge Bot <marge-bot@gnome.org> | 2023-04-06 20:08:38 +0000 |
commit | ab940088e64c78928c35a1d976bc7876a5a4275b (patch) | |
tree | bd4eaef21547e5cfc6a9710875e0a505ac968446 /tls/tests/mock-interaction.c | |
parent | df624a8768b9602ee4ea3cecdfc795ad2fdad4a4 (diff) | |
download | glib-networking-master.tar.gz |
Part-of: <https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/237>
Diffstat (limited to 'tls/tests/mock-interaction.c')
-rw-r--r-- | tls/tests/mock-interaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/tests/mock-interaction.c b/tls/tests/mock-interaction.c index 7714be6..9771194 100644 --- a/tls/tests/mock-interaction.c +++ b/tls/tests/mock-interaction.c @@ -38,7 +38,7 @@ struct _MockInteraction GError *static_error; }; -G_DEFINE_TYPE (MockInteraction, mock_interaction, G_TYPE_TLS_INTERACTION); +G_DEFINE_FINAL_TYPE (MockInteraction, mock_interaction, G_TYPE_TLS_INTERACTION); static void mock_interaction_ask_password_async (GTlsInteraction *interaction, |