huawei: handle voice call state changes

This commit is contained in:
Marco Bascetta
2015-05-06 16:21:17 +02:00
committed by Aleksander Morgado
parent 5a281dbd34
commit 55ae2c7f2f
5 changed files with 114 additions and 23 deletions

View File

@@ -73,6 +73,8 @@ gboolean mm_call_list_delete_call_finish (MMCallList *self,
GError **error);
MMBaseCall* mm_call_list_get_new_incoming (MMCallList *self);
MMBaseCall* mm_call_list_get_first_ringing_call (MMCallList *self);
MMBaseCall* mm_call_list_get_first_outgoing_dialing_call(MMCallList *self);
MMBaseCall* mm_call_list_get_first_non_terminated_call (MMCallList *self);
#endif /* MM_CALL_LIST_H */