summaryrefslogtreecommitdiff
path: root/tls/tests/mock-interaction.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-04-06 14:11:15 -0500
committerMarge Bot <marge-bot@gnome.org>2023-04-06 20:08:38 +0000
commitab940088e64c78928c35a1d976bc7876a5a4275b (patch)
treebd4eaef21547e5cfc6a9710875e0a505ac968446 /tls/tests/mock-interaction.c
parentdf624a8768b9602ee4ea3cecdfc795ad2fdad4a4 (diff)
downloadglib-networking-master.tar.gz
Flag all final types accordinglyHEADmaster
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.c2
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,