[mutter/tintou/annotation-additions: 4/4] startup-notification: Specify the actual type in the "changed" signal




commit c2b8582e0f49fbd5608deb51e9e1db50f13169f8
Author: Corentin Noël <corentin noel collabora com>
Date:   Tue Apr 5 12:46:11 2022 +0200

    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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2362>

 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 d767d14718..1a3dab5bf8 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);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]