contacts-provider: Add API to add new contacts

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-01-06 19:52:06 +01:00
parent c6d867cd72
commit 5588bd934a
2 changed files with 33 additions and 0 deletions

View File

@@ -57,5 +57,7 @@ void calls_contacts_provider_consume_iter_on_idle (GeeIterato
IdleCallback callback,
gpointer user_data);
gboolean calls_contacts_provider_get_can_add_contacts (CallsContactsProvider *self);
void calls_contacts_provider_add_new_contact (CallsContactsProvider *self,
const char *phone_number);
G_END_DECLS