diff options
author | Marco Bascetta <marco.bascetta@sadel.it> | 2015-05-05 18:00:09 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:13 +0200 |
commit | 6d85146bba3edceeaf9f23e0e7a5281fda527d59 (patch) | |
tree | e09cc3e936ec9fc60cd4bac01da72e3118999ae8 /src/mm-call-list.h | |
parent | c53bc10092563eb361b4980afb00080009067661 (diff) |
core: handle incoming calls (RING/CRING, CLIP, NO CARRIER).
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index e3c2a65f..7d47e49c 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -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 */ |