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>
This commit is contained in:
Corentin Noël 2022-04-05 12:46:11 +02:00
parent 9132f984ce
commit c2b8582e0f

View File

@ -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);
}