From e37f93f55347a7e393b05cd84052ef830881453f Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 31 May 2022 10:41:31 +0900 Subject: [PATCH] timer: user-instance: fix closure marshaller for event signal Fixed: 5148d3889783 ("timer: user_instance: add GObject signal to handle event") Signed-off-by: Takashi Sakamoto --- src/timer/user-instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer/user-instance.c b/src/timer/user-instance.c index c018c29..f213e58 100644 --- a/src/timer/user-instance.c +++ b/src/timer/user-instance.c @@ -96,7 +96,7 @@ static void alsatimer_user_instance_class_init(ALSATimerUserInstanceClass *klass G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET(ALSATimerUserInstanceClass, handle_event), NULL, NULL, - g_cclosure_marshal_VOID__OBJECT, + g_cclosure_marshal_VOID__BOXED, G_TYPE_NONE, 1, ALSATIMER_TYPE_EVENT); /** -- 2.47.3