call: Move inbound property into base class
This avoids some repetition in the derived classes.
This commit is contained in:
@@ -54,7 +54,6 @@ struct _CallsCallClass
|
||||
const char *(*get_id) (CallsCall *self);
|
||||
const char *(*get_name) (CallsCall *self);
|
||||
CallsCallState (*get_state) (CallsCall *self);
|
||||
gboolean (*get_inbound) (CallsCall *self);
|
||||
const char *(*get_protocol) (CallsCall *self);
|
||||
void (*answer) (CallsCall *self);
|
||||
void (*hang_up) (CallsCall *self);
|
||||
|
Reference in New Issue
Block a user