plugins/dummy: Implement inbound property

Also simulating dialing/ringing/active state changes for outbound
calls.
This commit is contained in:
Bob Ham
2019-06-28 09:59:41 +01:00
parent 0dc906c2bb
commit 824395b040
5 changed files with 130 additions and 16 deletions

View File

@@ -33,7 +33,8 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CallsDummyCall, calls_dummy_call, CALLS, DUMMY_CALL, GObject);
CallsDummyCall *calls_dummy_call_new (const gchar *number);
CallsDummyCall *calls_dummy_call_new (const gchar *number,
gboolean inbound);
G_END_DECLS