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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user