Introduce CallsUiCallData to feed CuiDisplay

We need a proxy object because implementing the CuiCall interface in the
CallsCall base class has it's own set of problems (f.e. the "state" property
would have a type collision CallsCallState vs CuiCallState).
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-10-01 18:35:00 +02:00
parent c5636ab71c
commit 4321381f23
3 changed files with 386 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ calls_sources = files(['calls-message-source.c', 'calls-message-source.h',
'calls-settings.c', 'calls-settings.h',
'calls-secret-store.c', 'calls-secret-store.h',
'calls-network-watch.c', 'calls-network-watch.h',
'calls-ui-call-data.c', 'calls-ui-call-data.h',
]) + calls_generated_sources
calls_config_data = config_data