ContactsProvider: Add contacts provider

The CallsContacts provider offers a GListModel that can be connected
directly to a GtkListBox for showing a contacts list.
This commit is contained in:
Julian Sparber
2021-01-20 15:14:11 +01:00
committed by Evangelos Ribeiro Tzaras
parent d6c05e85b4
commit 4ba9feb22f
4 changed files with 394 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ calls_sources = files(['calls-message-source.c', 'calls-message-source.h',
'calls-record-store.c', 'calls-record-store.h',
'calls-call-record-row.c', 'calls-call-record-row.h',
'calls-contacts.c', 'calls-contacts.h',
'calls-contacts-provider.c', 'calls-contacts-provider.h',
'calls-best-match.c', 'calls-best-match.h',
'calls-in-app-notification.c', 'calls-in-app-notification.h',
'calls-manager.c', 'calls-manager.h',