pidgin/plugins/disco/xmppdiscoservice.c

changeset 42573
9dc369a7d7da
parent 42090
a109a8cc8059
child 42584
687260353985
--- 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,

mercurial