--- a/pidgin/plugins/disco/xmppdiscoservice.c Tue Jan 23 00:07:01 2024 -0600 +++ b/pidgin/plugins/disco/xmppdiscoservice.c Tue Jan 23 00:10:07 2024 -0600 @@ -96,7 +96,8 @@ /****************************************************************************** * GObject implementation *****************************************************************************/ -G_DEFINE_DYNAMIC_TYPE(XmppDiscoService, xmpp_disco_service, G_TYPE_OBJECT) +G_DEFINE_DYNAMIC_TYPE_EXTENDED(XmppDiscoService, xmpp_disco_service, + G_TYPE_OBJECT, G_TYPE_FLAG_FINAL, {}) static void xmpp_disco_service_get_property(GObject *object, guint prop_id, GValue *value,