From 7bc0cc06cae68e5a8688f9ad700f36a895d60293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 4 Jul 2024 13:43:07 +0200 Subject: [PATCH] call: Fix name of parent class It's not an interface Part-of: --- src/calls-call.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls-call.h b/src/calls-call.h index 946f6e9..5be2854 100644 --- a/src/calls-call.h +++ b/src/calls-call.h @@ -59,7 +59,7 @@ typedef enum { } CallsCallType; struct _CallsCallClass { - GObjectClass parent_iface; + GObjectClass parent_class; const char *(*get_protocol) (CallsCall *self); void (*answer) (CallsCall *self);