Add phone number lookup using libfolks

The CallsBestMatchView and CallsPhoneNumberQuery classes are written
in Vala because they may be generally useful and to leave open the
possibility of adding them to libfolks itself, which is written in
Vala.
This commit is contained in:
Bob Ham
2019-10-28 10:21:09 +00:00
parent 4b4cfa0426
commit 6a7fbf0b59
8 changed files with 426 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
project(
'calls',
'c',
'c', 'vala',
version: '0.1.0',
license: 'GPLv3+',
meson_version: '>= 0.47.0',