mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +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:
parent
7aa3d163b5
commit
7bc0cc06ca
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue