core: handle incoming calls (RING/CRING, CLIP, NO CARRIER).

This commit is contained in:
Marco Bascetta
2015-05-05 18:00:09 +02:00
committed by Aleksander Morgado
parent c53bc10092
commit 6d85146bba
7 changed files with 258 additions and 9 deletions

View File

@@ -72,4 +72,7 @@ gboolean mm_call_list_delete_call_finish (MMCallList *self,
GAsyncResult *res,
GError **error);
MMBaseCall* mm_call_list_get_new_incoming (MMCallList *self);
MMBaseCall* mm_call_list_get_first_non_terminated_call (MMCallList *self);
#endif /* MM_CALL_LIST_H */