call: Fix name of parent class

It's not an interface

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/743>
This commit is contained in:
Guido Günther
2024-07-04 13:43:07 +02:00
committed by Marge Bot
parent 7aa3d163b5
commit 7bc0cc06ca

View File

@@ -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);