mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
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:
parent
9132f984ce
commit
c2b8582e0f
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user