[mutter/tintou/annotation-additions: 3/3] startup-notification: Specify the actual type in the "changed" signal
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/tintou/annotation-additions: 3/3] startup-notification: Specify the actual type in the "changed" signal
- Date: Tue, 5 Apr 2022 12:05:34 +0000 (UTC)
commit dec89a4ef2c32a94f2d0765a7ccf6374fd488e27
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.
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]