1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 12:45:23 +00:00

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; } CallsCallType;
struct _CallsCallClass { struct _CallsCallClass {
GObjectClass parent_iface; GObjectClass parent_class;
const char *(*get_protocol) (CallsCall *self); const char *(*get_protocol) (CallsCall *self);
void (*answer) (CallsCall *self); void (*answer) (CallsCall *self);