From c2b8582e0f49fbd5608deb51e9e1db50f13169f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 5 Apr 2022 12:46:11 +0200 Subject: [PATCH] startup-notification: Specify the actual type in the "changed" signal Allows to have type checks and the introspection to be aware of the actual type. Part-of: --- src/core/startup-notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/startup-notification.c b/src/core/startup-notification.c index d767d1471..1a3dab5bf 100644 --- a/src/core/startup-notification.c +++ b/src/core/startup-notification.c @@ -682,7 +682,7 @@ meta_startup_notification_class_init (MetaStartupNotificationClass *klass) META_TYPE_STARTUP_NOTIFICATION, G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, - G_TYPE_NONE, 1, G_TYPE_POINTER); + G_TYPE_NONE, 1, META_TYPE_STARTUP_SEQUENCE); g_object_class_install_properties (object_class, N_PROPS, sn_props); }