From: Takashi Sakamoto Date: Tue, 31 May 2022 01:41:31 +0000 (+0900) Subject: timer: user-instance: fix closure marshaller for event signal X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e37f93f55347a7e393b05cd84052ef830881453f;p=alsa-gobject.git 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 --- 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); /**