Use libfolks phone number lookup in call record display

Closes #85
This commit is contained in:
Bob Ham
2019-10-29 10:09:48 +00:00
parent 6a7fbf0b59
commit 9fe575053d
7 changed files with 267 additions and 41 deletions

View File

@@ -26,6 +26,7 @@
#define CALLS_HISTORY_BOX_H__
#include "calls-new-call-box.h"
#include "calls-contacts.h"
#include <gtk/gtk.h>
@@ -39,6 +40,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CallsHistoryBox, calls_history_box, CALLS, HISTORY_BOX, GtkStack);
CallsHistoryBox * calls_history_box_new (GListModel *model,
CallsContacts *contacts,
CallsNewCallBox *new_call);
G_END_DECLS