Introduce CallsPlugin

A convenience class to query information about plugins and to allow
loading and unloading.
This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-25 10:19:19 +01:00
parent daf2981d19
commit 3f5d570d4f
3 changed files with 465 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ calls_sources = files([
'calls-new-call-box.c', 'calls-new-call-box.h',
'calls-notifier.c', 'calls-notifier.h',
'calls-origin.c', 'calls-origin.h',
'calls-plugin.c', 'calls-plugin.h',
'calls-provider.c', 'calls-provider.h',
'calls-record-store.c', 'calls-record-store.h',
'calls-ringer.c', 'calls-ringer.h',